mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 20:51:35 +00:00
I realized recently that I had made a huge mistake making Ruamoko's based addressing use unsigned offsets as it makes stack-relative addressing more awkward when it comes to runtime-determined stack frames (eg, using alloca). This does put a bit of an extra limit on directly addressable globals, but that's what the based addressing is meant to help with anyway. |
||
---|---|---|
.. | ||
pr_comp.h | ||
pr_debug.h | ||
pr_obj.h | ||
pr_type.h | ||
pr_type_names.h |