]> git.xonotic.org Git - xonotic/gmqcc.git/commit
type_storep_instr: in theory we could use type_store_instr + INSTR_STOREP_F - INSTR_S...
authorWolfgang Bumiller <wolfgang.linux@bumiller.com>
Mon, 16 Jul 2012 08:24:35 +0000 (10:24 +0200)
committerWolfgang Bumiller <wolfgang.linux@bumiller.com>
Mon, 16 Jul 2012 08:24:35 +0000 (10:24 +0200)
commit478d5ef5ad724923b0bb3f8fe6af9db5c2d5f31c
tree28fd27e21118bcd75f045a5f09fbca0dba52ae51
parentdb62b7b3bc28e3df24745d74648d84034cd6046f
type_storep_instr: in theory we could use type_store_instr + INSTR_STOREP_F - INSTR_STORE_F, however, this won't work later when TYPE_INTEGER comes in since the _I instructions are at a seperate place
gmqcc.h
ir.c