]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Since we currently append AINSTR_END to the end of all functions for debugging purpos...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 21 Aug 2012 16:12:01 +0000 (18:12 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 21 Aug 2012 16:12:01 +0000 (18:12 +0200)
commit1f32fe1d8a438a4888a5fa493874b089eeac931c
tree4763e458e1f4d55c4964784741bc4a42aec00198
parent9eb9c99e7221736a691ce90af6db682e0fd6c031
Since we currently append AINSTR_END to the end of all functions for debugging purposes, and darkplaces complains when the very last statement isn't INSTR_DONE or INSTR_RETURN, we append an INSTR_DONE at the very end
ir.c