VLA code: minor fix

Don't try to call get_flags() on the mob branch, where it's not defined.
master
Philip 2015-05-04 03:42:02 +00:00
parent c75d0deecf
commit 70a6c4601e
1 changed files with 0 additions and 1 deletions

View File

@ -2226,7 +2226,6 @@ ST_FUNC void gen_vla_sp_restore(int addr) {
/* Subtract from the stack pointer, and push the resulting value onto the stack */
ST_FUNC void gen_vla_alloc(CType *type, int align) {
int r;
get_flags();
#ifdef TCC_TARGET_PE
/* alloca does more than just adjust %rsp on Windows */
vpush_global_sym(&func_old_type, TOK_alloca);