mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
Fix syscall execution
This commit is contained in:
@@ -68,6 +68,8 @@ impl IcicleEmulator {
|
||||
for (_key, func) in &self.syscall_hooks {
|
||||
func();
|
||||
}
|
||||
|
||||
self.vm.cpu.write_pc(self.vm.cpu.read_pc() + 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user