Descent3
Descent3 copied to clipboard
[Build Failure]: fix "bad instruction 'int $3'" error on the Raspberry Pi 4 32 bit
Build Version
v1.5
Operating System Environment
- [ ] Microsoft Windows (32-bit)
- [ ] Microsoft Windows (64-bit)
- [ ] Mac OS X
- [X] Linux (specify distribution and version below)
CPU Environment
- [ ] x86 (32-bit Intel/AMD)
- [ ] x86_64 (64-bit Intel/AMD)
- [X] ARM (32-bit)
- [ ] ARM64 (64-bit; sometimes called AArch64)
- [ ] Other (RISC V, PPC...)
Description
For the game to compile in raspberry pi os 32 bit I had to change mveasm.cpp. In line 2060 I changed "#define int3 asm volatile("int $3");" to "#define int3". I did this to fix a "bad instruction 'int $3'" error on the Raspberry Pi 4
Regression Status
No response
Steps to Reproduce
No response