changes inline asm buffers from static to dynamic size
[fw/sdcc] / src / SDCCglobl.h
index 6feeb11f92d74fbecc20052a007b3abc7828ec62..ac513b55d074a61533cad0ddb7962d09b9d33dfc 100644 (file)
@@ -99,7 +99,7 @@ typedef int bool;
 #define  FALSE 0
 
 #define MAX_TVAR 6
-#define MAX_INLINEASM 4*1024
+#define INITIAL_INLINEASM 4*1024
 #define DEFPOOLSTACK(type,size)     \
     type       *type##Pool        ; \
     type *type##FreeStack [size]  ; \