We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fc1ee commit cfe3d2dCopy full SHA for cfe3d2d
src/coreclr/vm/arm/thunktemplates.S
@@ -11,7 +11,7 @@
11
12
PAGE_SIZE = 4096
13
14
-#define DATA_SLOT(stub, field) stub##Code + PAGE_SIZE + stub##Data__##field
+#define DATA_SLOT(stub, field) . - (. - stub##Code) + PAGE_SIZE + stub##Data__##field
15
16
LEAF_ENTRY StubPrecodeCode
17
ldr r12, DATA_SLOT(StubPrecode, MethodDesc)
0 commit comments