]> git.xonotic.org Git - xonotic/gmqcc.git/commit
adding another storage type: store_return; when generating a CALL, the generator...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 29 Jun 2012 12:37:12 +0000 (14:37 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 29 Jun 2012 12:37:12 +0000 (14:37 +0200)
commit67b75055b24348d517a922953565e3a5a5cee1bd
tree060deac09bab74222838d76d427716ec04f07963
parent856c9d16a5dfd309ff2a65c5a8c051b161679799
adding another storage type: store_return; when generating a CALL, the generator can check the output value's storetype, and if it is NOT store_return, it needs to STORE_x the return value into the output value.
gmqcc.h
ir.c