* intrp_main_stack: Added.
authortwisti <none@none>
Fri, 16 Sep 2005 11:33:21 +0000 (11:33 +0000)
committertwisti <none@none>
Fri, 16 Sep 2005 11:33:21 +0000 (11:33 +0000)
src/cacaoh/headers.c

index f8ee7d3752dc8755a5e221eeeecaad81a8cc43aa..401c385dab087732388902252158e9fca5c33439 100644 (file)
@@ -30,7 +30,7 @@
             Philipp Tomsich
             Christian Thalinger
 
-   $Id: headers.c 2965 2005-07-09 18:21:01Z twisti $
+   $Id: headers.c 3188 2005-09-16 11:33:21Z twisti $
 
 */
 
 #include "vm/jit/asmpart.h"
 
 
+#if defined(ENABLE_INTRP)
+/* dummy interpreter stack to keep the compiler happy */
+
+u1 intrp_main_stack[1];
+#endif
+
+
 /* for raising exceptions from native methods */
 
 #if !defined(USE_THREADS) || !defined(NATIVE_THREADS)