summaryrefslogtreecommitdiff
path: root/rts/adjustor/NativeIA64.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/adjustor/NativeIA64.c')
-rw-r--r--rts/adjustor/NativeIA64.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/adjustor/NativeIA64.c b/rts/adjustor/NativeIA64.c
index 229b1322d6..f955624945 100644
--- a/rts/adjustor/NativeIA64.c
+++ b/rts/adjustor/NativeIA64.c
@@ -35,6 +35,8 @@ stgAllocStable(size_t size_in_bytes, StgStablePtr *stable)
return(&(arr->payload));
}
+void initAdjustors() { }
+
void*
createAdjustor(int cconv, StgStablePtr hptr,
StgFunPtr wptr,