diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2012-03-14 15:39:16 +0100 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2012-06-05 23:09:55 +0200 |
| commit | bfb00494eb2ffaf4fbf68a8ecabe9e503f4cdf65 (patch) | |
| tree | a41a8fbd6218800f38193458dd9ebc80a89457b3 /tcc.h | |
| parent | 731e07f1754527bfe537cba009f22f11da01d635 (diff) | |
| download | tinycc-bfb00494eb2ffaf4fbf68a8ecabe9e503f4cdf65.tar.gz tinycc-bfb00494eb2ffaf4fbf68a8ecabe9e503f4cdf65.tar.bz2 | |
Fix removal of vnrott
Make vrotb ST_FUNC so that arm-gen.c can use vrotb.
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
