We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0fcc0 commit 9e6ba1fCopy full SHA for 9e6ba1f
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