projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd44eb
)
changes to have proper path of coreprof.h
author
yeom
<yeom>
Fri, 6 Aug 2010 16:59:51 +0000
(16:59 +0000)
committer
yeom
<yeom>
Fri, 6 Aug 2010 16:59:51 +0000
(16:59 +0000)
Robust/src/IR/Flat/BuildCode.java
patch
|
blob
|
history
Robust/src/Runtime/workschedule.c
patch
|
blob
|
history
diff --git
a/Robust/src/IR/Flat/BuildCode.java
b/Robust/src/IR/Flat/BuildCode.java
index 17408edc5a361b4e3c277663e1c7d49ef999ff7c..0c57e83ebc096464b7ebd222aa81f250ddd2c0bb 100644
(file)
--- a/
Robust/src/IR/Flat/BuildCode.java
+++ b/
Robust/src/IR/Flat/BuildCode.java
@@
-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
diff --git
a/Robust/src/Runtime/workschedule.c
b/Robust/src/Runtime/workschedule.c
index 48b41e519e9f7d539ddadb92f1c1f7628b1e52a0..f68f2a454d30c3cac46d15df770ab15fb9fd5bd4 100644
(file)
--- a/
Robust/src/Runtime/workschedule.c
+++ b/
Robust/src/Runtime/workschedule.c
@@
-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