* src/vm/jit/show.c (vm/vm.h) add missing include,
authorpm <none@none>
Tue, 29 May 2007 11:44:02 +0000 (11:44 +0000)
committerpm <none@none>
Tue, 29 May 2007 11:44:02 +0000 (11:44 +0000)
(_no_threads_filterverbosecallctr) fix type: u2 instead of u4

src/vm/jit/show.c

index 449288e4f10e398334eaff39fc945ff01e32c3d5..0c2d989ed9d2d0d66abd4986d8356896d610898d 100644 (file)
@@ -40,6 +40,7 @@
 #include "vm/global.h"
 #include "vm/builtin.h"
 #include "vm/stringlocal.h"
+#include "vm/vm.h"
 
 #include "vm/jit/abi.h"
 #include "vm/jit/jit.h"
@@ -1449,7 +1450,7 @@ void show_icmd(jitdata *jd, instruction *iptr, bool deadcode, int stage)
 #if defined(ENABLE_DEBUG_FILTER)
 
 #if !defined(ENABLE_THREADS)
-u4 _no_threads_filterverbosecallctr[2] = { 0, 0 };
+u2 _no_threads_filterverbosecallctr[2] = { 0, 0 };
 #endif
 
 struct show_filter {