mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
Merge branch 'master' into blub/bc3
This commit is contained in:
commit
abdda3ee1b
1 changed files with 1 additions and 1 deletions
2
ir.c
2
ir.c
|
@ -64,7 +64,7 @@ uint16_t type_store_instr[TYPE_COUNT] = {
|
|||
INSTR_STORE_M, /* variant, should never be accessed */
|
||||
};
|
||||
|
||||
uint16_t type_store_instr[TYPE_COUNT] = {
|
||||
uint16_t type_storep_instr[TYPE_COUNT] = {
|
||||
INSTR_STOREP_F, /* should use I when having integer support */
|
||||
INSTR_STOREP_S,
|
||||
INSTR_STOREP_F,
|
||||
|
|
Loading…
Reference in a new issue