mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-18 00:21:31 +00:00
f2f8e096f3
o add a "freed" marker to def_t to prevent double freeing of temp def offsets emit.c: o break out the bind code into emit_bind_expr (doesn't /really/ emit code, but still:) o make bind work with disparate types (forces def_t->freed 1) pr_def.c: o mark array pointers as initialized and constant. o don't free the offset for already freed temp defs pr_imm.c o fix a bug in uinteger support o support disparate types for immediates switch: o fix a bug where gt.i was being used instead of gt.ui o remove some debug code |
||
---|---|---|
.. | ||
.gitignore | ||
.indent.pro | ||
cmdlib.c | ||
debug.c | ||
emit.c | ||
expr.c | ||
getopt.c | ||
getopt1.c | ||
Makefile.am | ||
pr_comp.c | ||
pr_def.c | ||
pr_imm.c | ||
pr_lex.c | ||
pr_opcode.c | ||
qc-lex.l | ||
qc-parse.y | ||
qfcc.c | ||
switch.c |