Turned off inlining for verifyerror
authorcarolyn <none@none>
Tue, 30 Nov 2004 19:14:41 +0000 (19:14 +0000)
committercarolyn <none@none>
Tue, 30 Nov 2004 19:14:41 +0000 (19:14 +0000)
src/vm/exceptions.c

index 2091b548f4e7280e41a2a1d969908d9474366898..c43e290c42aa89f9edd52b60b5ec1c9215f44d56 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: exceptions.c 1621 2004-11-30 13:06:55Z twisti $
+   $Id: exceptions.c 1628 2004-11-30 19:14:41Z carolyn $
 
 */
 
@@ -45,6 +45,7 @@
 #include "vm/tables.h"
 #include "vm/jit/asmpart.h"
 #include "vm/jit/jit.h"
+#include "vm/options.h"
 
 
 /* system exception classes required in cacao */