ARM: Misc. fixes for interpreter.

This commit is contained in:
Mike Pall
2011-04-16 23:31:30 +02:00
parent add553edd8
commit 32db4525d9
2 changed files with 27 additions and 24 deletions

View File

@@ -16,7 +16,7 @@
#include "lj_arch.h"
/* Hardcoded limits. Increase as needed. */
#define BUILD_MAX_RELOC 100 /* Max. number of relocations. */
#define BUILD_MAX_RELOC 200 /* Max. number of relocations. */
#define BUILD_MAX_FOLD 4096 /* Max. number of fold rules. */
/* Prefix for scanned library definitions. */