mirror of
https://github.com/frida/tinycc
synced 2024-11-24 00:29:38 +03:00
Fix removal of vnrott
Make vrotb ST_FUNC so that arm-gen.c can use vrotb.
This commit is contained in:
parent
731e07f175
commit
bfb00494eb
1
tcc.h
1
tcc.h
@ -1139,6 +1139,7 @@ ST_FUNC void vset(CType *type, int r, int v);
|
||||
ST_FUNC void vswap(void);
|
||||
ST_FUNC void vpush_global_sym(CType *type, int v);
|
||||
ST_FUNC void vrott(int n);
|
||||
ST_FUNC void vrotb(int n);
|
||||
#ifdef TCC_TARGET_ARM
|
||||
ST_FUNC int get_reg_ex(int rc, int rc2);
|
||||
ST_FUNC void lexpand_nr(void);
|
||||
|
Loading…
Reference in New Issue
Block a user