mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
A64: Implement LDP, STP
This commit is contained in:
@@ -61,6 +61,8 @@ bool TranslatorVisitor::STP_LDP_gen(Imm<2> opc, bool not_postindex, bool wback,
|
||||
}
|
||||
break;
|
||||
}
|
||||
case MemOp::PREFETCH:
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
||||
if (wback) {
|
||||
|
||||
Reference in New Issue
Block a user