mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-31 06:20:06 +08:00
clean '\t'
This commit is contained in:
parent
c6345b5a8a
commit
07614b5e22
6
tccgen.c
6
tccgen.c
@ -5234,13 +5234,13 @@ static void init_putz(CType *t, Section *sec, unsigned long c, int size)
|
|||||||
} else {
|
} else {
|
||||||
vpush_global_sym(&func_old_type, TOK_memset);
|
vpush_global_sym(&func_old_type, TOK_memset);
|
||||||
vseti(VT_LOCAL, c);
|
vseti(VT_LOCAL, c);
|
||||||
# ifdef TCC_TARGET_ARM
|
#ifdef TCC_TARGET_ARM
|
||||||
vpushs(size);
|
vpushs(size);
|
||||||
vpushi(0);
|
vpushi(0);
|
||||||
# else
|
#else
|
||||||
vpushi(0);
|
vpushi(0);
|
||||||
vpushs(size);
|
vpushs(size);
|
||||||
# endif
|
#endif
|
||||||
gfunc_call(3);
|
gfunc_call(3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user