Skip to content

Commit

Permalink
Update thunktemplates.S (#100151)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Navara <filip.navara@gmail.com>
  • Loading branch information
github-actions[bot] and filipnavara committed Mar 22, 2024
1 parent dc0fcc0 commit 9e6ba1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/vm/arm/thunktemplates.S
Expand Up @@ -11,7 +11,7 @@

PAGE_SIZE = 4096

#define DATA_SLOT(stub, field) stub##Code + PAGE_SIZE + stub##Data__##field
#define DATA_SLOT(stub, field) . - (. - stub##Code) + PAGE_SIZE + stub##Data__##field

LEAF_ENTRY StubPrecodeCode
ldr r12, DATA_SLOT(StubPrecode, MethodDesc)
Expand Down

0 comments on commit 9e6ba1f

Please sign in to comment.