From a35e3388f3354450e325bc59960fdc93224091a0 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Sun, 31 Jan 2010 04:40:03 +0000 Subject: [PATCH] fix the 64 bit clean bug with mlp --- Robust/src/Runtime/mlp_runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Robust/src/Runtime/mlp_runtime.h b/Robust/src/Runtime/mlp_runtime.h index 6c91758e..cbf8858c 100644 --- a/Robust/src/Runtime/mlp_runtime.h +++ b/Robust/src/Runtime/mlp_runtime.h @@ -95,6 +95,6 @@ AllocSite* mlpCreateAllocSiteArray(int numAllocSites); ConflictNode* mlpCreateConflictNode(int id); int addWaitingQueueElement(AllocSite* allocSiteArray, int numAllocSites, long allocID, WaitingElement* wElement); WaitingElement* mlpCreateWaitingElement(int status, void* seseToIssue, struct Queue* queue, int id); - +void* mlpAllocSESErecord( int size ); #endif /* __MLP_RUNTIME__ */ -- 2.34.1