mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-01 23:11:01 +00:00
The problem was caused by add_relocs and process_loose_relocs adjusting the reloc offset based on the reloc's space's base address. This is fine for most relocs, but as relocs for the type space have already been adjusted by process_type_space, those relocs must be left alone by add_relocs and process_loose_relocs. As a bonus, the duplicate code has been refactored into a separate function :) |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |