-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM64 Dynarec 'mov %al,%fs:0xfffffffffffffe44' not implemented #1248
Comments
running through objdump it looks like the instructions are
|
The opcode has been added some time ago, you can update and try again/ |
Hi @ptitSeb, I've run with a recent build of Box64 on ARM and unfortunately I'm still seeing the logged errors. Box64 with Dynarec v0.3.1 baa3f57 built on Oct 5 2024 06:36:24 bedrock_server Version: 1.21.31.04
|
Ah yeah, sorry, I added 64 8A opcode earlier, instead of 64 88 (I was confused by the dump that as at&t assembly style, while I'm used to the intel style). Anyway, it's added now. |
Thank you so much. Closed with 2ef6011c7ae |
Hi, it seems that 'MOV FS:Eb, Gb' was not implemented in the ARM64 dynarec. There are implementations for RV64 and Box86 (assuming I understand this code correctly).
Here is the output from running Minecraft bedrock server on a Pi4.
(Edit: while using BOX64_DYNAREC_MISSING=1)
The text was updated successfully, but these errors were encountered: