mirror of
https://github.com/mirror/tinycc.git
synced 2025-04-01 12:30:08 +08:00
In the local use of local stack, use a global stack in the global time
This commit is contained in:
parent
e5e7f488e2
commit
f8b4f59f8b
2
tccgen.c
2
tccgen.c
@ -3990,7 +3990,7 @@ ST_FUNC void unary(void)
|
|||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
tcc_warning("implicit declaration of function '%s'", name);
|
tcc_warning("implicit declaration of function '%s'", name);
|
||||||
s = external_global_sym(t, &func_old_type, 0);
|
s = external_sym(t, &func_old_type, 0, NULL);
|
||||||
}
|
}
|
||||||
if ((s->type.t & (VT_STATIC | VT_INLINE | VT_BTYPE)) ==
|
if ((s->type.t & (VT_STATIC | VT_INLINE | VT_BTYPE)) ==
|
||||||
(VT_STATIC | VT_INLINE | VT_FUNC)) {
|
(VT_STATIC | VT_INLINE | VT_FUNC)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user