summaryrefslogtreecommitdiff
path: root/rts/adjustor/Nativei386.c
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-06 21:52:54 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-13 03:26:14 -0500
commitd6d48b167a35eebe3cecd047814c10f4685906d3 (patch)
tree91fe40d348c92fd83b6a779e7d0feec084a82e5a /rts/adjustor/Nativei386.c
parentbe591e27c76f1eaee79df671d8cf7e39d3d41720 (diff)
downloadhaskell-d6d48b167a35eebe3cecd047814c10f4685906d3.tar.gz
Introduce initAdjustors
Diffstat (limited to 'rts/adjustor/Nativei386.c')
-rw-r--r--rts/adjustor/Nativei386.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/adjustor/Nativei386.c b/rts/adjustor/Nativei386.c
index c613d361b3..55ad1bf310 100644
--- a/rts/adjustor/Nativei386.c
+++ b/rts/adjustor/Nativei386.c
@@ -28,6 +28,8 @@ typedef struct AdjustorStub {
StgInt argument_size;
} AdjustorStub;
+void initAdjustors() { }
+
void*
createAdjustor(int cconv, StgStablePtr hptr,
StgFunPtr wptr,