mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 03:50:36 +00:00
Commenting on future lvalue use in ast_store
This commit is contained in:
parent
3a94e962ae
commit
4fbcc57d49
1 changed files with 1 additions and 0 deletions
1
ast.c
1
ast.c
|
@ -330,6 +330,7 @@ bool ast_block_codegen(ast_block *self, ast_function *func, bool lvalue, ir_valu
|
|||
|
||||
bool ast_store_codegen(ast_store *self, ast_function *func, bool lvalue, ir_value **out)
|
||||
{
|
||||
/* NOTE: remember: destination codegen needs to have lvalue=true */
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue