* src/vm/jit/powerpc64/linux/md-os.c (vm/jit/profile/profile.h):
authortwisti <none@none>
Mon, 4 Dec 2006 23:36:11 +0000 (23:36 +0000)
committertwisti <none@none>
Mon, 4 Dec 2006 23:36:11 +0000 (23:36 +0000)
Changed to vm/jit/optimizing/profile.h.

src/vm/jit/powerpc64/linux/md-os.c

index c726f59b8fbc4f05c8b5385e959cc858e2d660f4..0c71eef28ca985a7a2ad3550ec10fd76d53f8aa2 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: md-os.c 5279 2006-08-25 11:55:21Z tbfg $
+   $Id: md-os.c 6118 2006-12-04 23:36:11Z twisti $
 
 */
 
@@ -52,7 +52,7 @@
 #include "vm/jit/asmpart.h"
 
 #if defined(ENABLE_PROFILING)
-# include "vm/jit/profile/profile.h"
+# include "vm/jit/optimizing/profile.h"
 #endif
 
 #include "vm/jit/stacktrace.h"