mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
And point the return pointer at the return buffer. And, of course, restore it. This fixes a really subtle (ie, difficult to find) bug caused by the recent optimization improvements in qfcc: the optimizer had decided to set the return value of a message call to the parameter for the next call, but because the message was to the receiver class for the first time, the class's +initialize was called. The +initialize method returned self, which of course when into the parameter for the *next* call, but the first call hadn't been made, so its parameter got corrupted. |
||
---|---|---|
.. | ||
test | ||
convert.py | ||
extend.py | ||
hops.py | ||
Makemodule.am | ||
opcodes.py | ||
pr_builtins.c | ||
pr_debug.c | ||
pr_edict.c | ||
pr_exec.c | ||
pr_load.c | ||
pr_opcode.c | ||
pr_parse.c | ||
pr_resolve.c | ||
pr_resource.c | ||
pr_strings.c | ||
pr_v6p_opcode.c | ||
pr_zone.c | ||
swizzle.py |