Fix removal of vnrott

Make vrotb ST_FUNC so that arm-gen.c can use vrotb.
This commit is contained in:
Thomas Preud'homme
2012-03-14 15:39:16 +01:00
parent 731e07f175
commit bfb00494eb
2 changed files with 2 additions and 1 deletions

View File

@ -961,7 +961,7 @@ static void lbuild(int t)
/* rotate n first stack elements to the bottom
I1 ... In -> I2 ... In I1 [top is right]
*/
static void vrotb(int n)
ST_FUNC void vrotb(int n)
{
int i;
SValue tmp;