mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-11 03:13:06 +00:00
Return that the call was actually generated successfully if it was...
This commit is contained in:
parent
001420a7ef
commit
88f2238699
1 changed files with 1 additions and 1 deletions
2
ir.c
2
ir.c
|
@ -2263,7 +2263,7 @@ tailcall:
|
|||
if (code_statements_add(stmt) < 0)
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (instr->opcode == INSTR_STATE) {
|
||||
|
|
Loading…
Reference in a new issue