From bfb00494eb2ffaf4fbf68a8ecabe9e503f4cdf65 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Wed, 14 Mar 2012 15:39:16 +0100 Subject: Fix removal of vnrott Make vrotb ST_FUNC so that arm-gen.c can use vrotb. --- tcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index a53dd78..dde2832 100644 --- a/tcc.h +++ b/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); -- cgit v1.3.1