ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.9k stars 287 forks source link

Unimplemented Opcode (B0 FF FF FF) 64 66 0F 6F 24 25 80 FF FF FF 64 66 0F 6F 1C #1349

Closed jh1950 closed 8 months ago

jh1950 commented 8 months ago

Hi, I ran Longvinter Server with box64. but I saw an error.

0112|0x2498bd3: Unimplemented Opcode (B0 FF FF FF) 64 66 0F 6F 24 25 80 FF FF FF 64 66 0F 6F 1C
ptitSeb commented 8 months ago

Opcode has been added, you can update box64 and try again.

jh1950 commented 8 months ago

64 66 0F 6F in my log, but 66 64 0F 6F in commit message.

The positions 64 and 66 have changed, does it matter?

ptitSeb commented 8 months ago

It should not matter, both opcode are equivalent.

jh1950 commented 8 months ago

Thanks! I'll try again later