83c4247
Index: rts/Adjustor.c
83c4247
===================================================================
83c4247
--- rts/Adjustor.c	(revision c2870706b29c24ac86ae2a9e2359dd1e4af71ac8)
83c4247
+++ rts/Adjustor.c	(revision 27cf625ab871f34434d9fe86cecf85a31f73f0e5)
83c4247
@@ -390,5 +390,5 @@
83c4247
         
83c4247
         adjustorStub->call[0] = 0xe8;
83c4247
-        *(long*)&adjustorStub->call[1] = ((char*)&adjustorCode) - ((char*)adjustorStub + 5);
83c4247
+        *(long*)&adjustorStub->call[1] = ((char*)&adjustorCode) - ((char*)code + 5);
83c4247
         adjustorStub->hptr = hptr;
83c4247
         adjustorStub->wptr = wptr;