mirror of
https://github.com/ptitSeb/box64.git
synced 2024-12-02 19:47:06 +00:00
Added 0F 05 SYSCALL opcode (and test01 works now)
This commit is contained in:
parent
be8204d8fa
commit
bae73adf3e
@ -58,6 +58,10 @@ int Run0F(x64emu_t *emu)
|
||||
|
||||
switch(opcode) {
|
||||
|
||||
case 0x05: /* SYSCALL */
|
||||
x64Syscall(emu);
|
||||
break;
|
||||
|
||||
case 0x1F: /* NOP (multi-byte) */
|
||||
nextop = F8;
|
||||
GETED;
|
||||
|
Loading…
Reference in New Issue
Block a user