From: 이형주/MDE Lab(SR)/삼성전자 Date: Mon, 10 Jun 2024 09:02:49 +0000 (+0900) Subject: Update thunktemplates.S (#100066) (#529) X-Git-Tag: accepted/tizen/unified/toolchain/20240610.173302^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified_x;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update thunktemplates.S (#100066) (#529) Co-authored-by: Filip Navara --- diff --git a/src/coreclr/vm/arm/thunktemplates.S b/src/coreclr/vm/arm/thunktemplates.S index 0686bb2..8744c8e 100644 --- a/src/coreclr/vm/arm/thunktemplates.S +++ b/src/coreclr/vm/arm/thunktemplates.S @@ -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)