diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-02-06 21:52:54 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-13 03:26:14 -0500 |
commit | d6d48b167a35eebe3cecd047814c10f4685906d3 (patch) | |
tree | 91fe40d348c92fd83b6a779e7d0feec084a82e5a /rts/adjustor/NativeAmd64Mingw.c | |
parent | be591e27c76f1eaee79df671d8cf7e39d3d41720 (diff) | |
download | haskell-d6d48b167a35eebe3cecd047814c10f4685906d3.tar.gz |
Introduce initAdjustors
Diffstat (limited to 'rts/adjustor/NativeAmd64Mingw.c')
-rw-r--r-- | rts/adjustor/NativeAmd64Mingw.c | 2 |
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, |