mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-03 17:52:56 +00:00
A64: Implement SBFM, BFM, UBFM
This commit is contained in:
@@ -10,7 +10,6 @@ namespace Dynarmic {
|
||||
namespace A64 {
|
||||
|
||||
bool TranslatorVisitor::SVC(Imm<16> imm16) {
|
||||
printf("translator %x\n", imm16.ZeroExtend());
|
||||
// ir.PushRSB(ir.current_location.AdvancePC(4)); // TODO
|
||||
ir.SetPC(ir.Imm64(ir.current_location.PC() + 4));
|
||||
ir.CallSupervisor(imm16.ZeroExtend());
|
||||
|
||||
Reference in New Issue
Block a user