From 76e22bb3284ebf336f0170595c72032169f81e2c Mon Sep 17 00:00:00 2001 From: yeom Date: Fri, 6 Aug 2010 16:59:51 +0000 Subject: [PATCH] changes to have proper path of coreprof.h --- Robust/src/IR/Flat/BuildCode.java | 2 +- Robust/src/Runtime/workschedule.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Robust/src/IR/Flat/BuildCode.java b/Robust/src/IR/Flat/BuildCode.java index 17408edc..0c57e83e 100644 --- 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 48b41e51..f68f2a45 100644 --- 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 -- 2.34.1