* src/vm/jit/codegen-common.c (vm/jit/md.h): Added.
authortwisti <none@none>
Sun, 11 Feb 2007 20:16:00 +0000 (20:16 +0000)
committertwisti <none@none>
Sun, 11 Feb 2007 20:16:00 +0000 (20:16 +0000)
src/vm/jit/codegen-common.c

index b0c3b2e093a6d30f8d7d1de4f199dbb5af46fc81..f9e2b9f55ab500c5a6feefff26ca5d7f5ab2ce1e 100644 (file)
@@ -39,7 +39,7 @@
    memory. All functions writing values into the data area return the offset
    relative the begin of the code area (start of procedure).   
 
-   $Id: codegen-common.c 7323 2007-02-11 17:52:12Z pm $
+   $Id: codegen-common.c 7327 2007-02-11 20:16:00Z twisti $
 
 */
 
@@ -86,8 +86,9 @@
 
 #include "vm/jit/dseg.h"
 #include "vm/jit/jit.h"
-#include "vm/jit/stacktrace.h"
+#include "vm/jit/md.h"
 #include "vm/jit/replace.h"
+#include "vm/jit/stacktrace.h"
 
 #if defined(ENABLE_INTRP)
 #include "vm/jit/intrp/intrp.h"