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

Add missing func declaration: `get_first_jump_addr` #1627

Closed Coekjan closed 4 months ago

Coekjan commented 4 months ago

4b0b3fc98ae4a1e848765e0cd48f958a13fc683d introduced a new function called get_first_jump_addr. And I found my machine (cross-compile for riscv64) failed to compile it, because the function declaration was missing for rv64 and la64.

I have no ideas why the CI passed at that time, but I believe we had better add these function declaration.