summaryrefslogtreecommitdiff
path: root/rts/adjustor/NativeAmd64Mingw.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/NativeAmd64Mingw.c
parentbe591e27c76f1eaee79df671d8cf7e39d3d41720 (diff)
downloadhaskell-d6d48b167a35eebe3cecd047814c10f4685906d3.tar.gz
Introduce initAdjustors
Diffstat (limited to 'rts/adjustor/NativeAmd64Mingw.c')
-rw-r--r--rts/adjustor/NativeAmd64Mingw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/adjustor/NativeAmd64Mingw.c b/rts/adjustor/NativeAmd64Mingw.c
index 555d539c63..d9c831c36d 100644
--- a/rts/adjustor/NativeAmd64Mingw.c
+++ b/rts/adjustor/NativeAmd64Mingw.c
@@ -47,6 +47,8 @@ static void GNUC3_ATTRIBUTE(used) obscure_ccall_wrapper(void)
extern void obscure_ccall_ret_code(void);
+void initAdjustors() { }
+
void*
createAdjustor(int cconv, StgStablePtr hptr,
StgFunPtr wptr,