luoqiaoling

Results 2 issues of luoqiaoling

Hi ptitSeb, I found an issue in the idiv8/idiv16/idiv32/idiv64 function in the file src/emu/x64primop.c in box64. testcase on pass -DARM_DYNAREC=ON, failed when -DARM_DYNAREC=OFF [testcase] build on x86-ubuntu22.04 gcc $c -O2...

Hi ptitSeb, I found an issue in the my_longjmp​ function in the file src/wrapped/wrappedlibc.cin box64. The correct fix is as follows: Change: R_RAX = __val; to: if (__val == 0)...