changes to have proper path of coreprof.h
authoryeom <yeom>
Fri, 6 Aug 2010 16:59:51 +0000 (16:59 +0000)
committeryeom <yeom>
Fri, 6 Aug 2010 16:59:51 +0000 (16:59 +0000)
Robust/src/IR/Flat/BuildCode.java
Robust/src/Runtime/workschedule.c

index 17408edc5a361b4e3c277663e1c7d49ef999ff7c..0c57e83ebc096464b7ebd222aa81f250ddd2c0bb 100644 (file)
@@ -534,7 +534,7 @@ public class BuildCode {
       outmethod.println("#include \"psemaphore.h\"");
     }
     if (state.COREPROF) {
-      outmethod.println("#include \"coreprof.h\"");
+      outmethod.println("#include \"coreprof\\coreprof.h\"");
     }
 
     //Store the sizes of classes & array elements
index 48b41e519e9f7d539ddadb92f1c1f7628b1e52a0..f68f2a454d30c3cac46d15df770ab15fb9fd5bd4 100644 (file)
@@ -5,7 +5,7 @@
 #include "mem.h"
 #include "workschedule.h"
 #include "mlp_runtime.h"
-#include "coreprof.h"
+#include "coreprof/coreprof.h"
 
 // NOTE: Converting this from a work-stealing strategy
 // to a single-queue thread pool protected by a single