mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 18:46:29 +00:00
Implement DC instructions
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
namespace Dynarmic::A64 {
|
||||
|
||||
bool TranslatorVisitor::InterpretThisInstruction() {
|
||||
ir.SetTerm(IR::Term::Interpret(ir.current_location));
|
||||
ir.SetTerm(IR::Term::Interpret(*ir.current_location));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user