mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
alignment fix
This commit is contained in:
parent
45651cea8d
commit
eb21f1e733
1 changed files with 1 additions and 1 deletions
2
ir.h
2
ir.h
|
@ -168,7 +168,7 @@ bool GMQCC_WARN ir_phi_add(ir_instr*, ir_block *b, ir_value *v);
|
|||
bool GMQCC_WARN ir_block_create_return(ir_block*, ir_value *opt_value);
|
||||
|
||||
bool GMQCC_WARN ir_block_create_if(ir_block*, ir_value *cond,
|
||||
ir_block *ontrue, ir_block *onfalse);
|
||||
ir_block *ontrue, ir_block *onfalse);
|
||||
/* A 'goto' is an actual 'goto' coded in QC, whereas
|
||||
* a 'jump' is a virtual construct which simply names the
|
||||
* next block to go to.
|
||||
|
|
Loading…
Reference in a new issue