mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
7701393bd4
If the final block ends in a conditional statement, appending return to the block will hide the conditional statement from the flow analyzer. This may cause the conditional statement's destination node be become unreachable according to the analyzer and thus eliminated. The label for the branch then loses its target sblock and thus the code generator will produce a zero-distance jump resulting in an infinite loop. Thus, if the final block ends in a conditional statement (or, for completeness, a call statement), append a new empty block before adding the return statement. |
||
---|---|---|
.. | ||
3dfx_stub | ||
bsp2img | ||
build_scripts | ||
carne | ||
cross | ||
cvs2cl | ||
Forge | ||
gas2masm | ||
gl_stub | ||
io_mesh_qfmdl | ||
io_qfmap | ||
misc | ||
pak | ||
qfbsp | ||
qfcc | ||
qflight | ||
qflmp | ||
qfmodelgen | ||
qfspritegen | ||
qfvis | ||
quaketoascii | ||
qwaq | ||
texpaint | ||
wad | ||
wav | ||
Makefile.am |