]> git.xonotic.org Git - xonotic/gmqcc.git/commit
the codegen has to use STORE_V for .vector, not STORE_FLD - contrary to the regular...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 9 Nov 2012 19:11:17 +0000 (20:11 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 9 Nov 2012 19:11:17 +0000 (20:11 +0100)
commit04fd3d04d95d51b5f55a8722be1b443e927fa591
tree42a3ebbaa1655b8bd5f8b821c5b06e1374934318
parent9141217481a06b0988f2c673426f8c612218149a
the codegen has to use STORE_V for .vector, not STORE_FLD - contrary to the regular global-assignment, even fteqcc gets this right, so gmqcc should too
ir.c