mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
39103cc8a3
I'm not sure that the mismatch between refdef_t and the assembly defines was a problem (many fields unused), but the main problem was due to execute permission on the pages: one chunk of asm was in the data section, and the patched code was not marked as being executable (due to such a thing not existing when quake was written). |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
entity | ||
gamecode | ||
gib | ||
image | ||
models | ||
net | ||
qw | ||
ruamoko | ||
util | ||
video | ||
Makemodule.am |