ptitSeb / box64

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

[RV64_DYNAREC] Cleanup for removed rv64_lock_cas_dq #1670

Closed iv-m closed 2 months ago

iv-m commented 2 months ago

Since rv64_lock_cas_dq is removed, we should also remove its global symbol declaration and its prototype. Otherwise, we get and undefined symbol reference, which breaks ELF checks that some distros employ.

Fixes: 9dbd7fc7e0615f48c9287305610bf9aed1cc24f3

iv-m commented 2 months ago

@ksco @ptitSeb please take a look.

ptitSeb commented 2 months ago

LGTM

iv-m commented 2 months ago

@ptitSeb , thank you)