From 4561cc8ec108b1bfb7d6cebc891ee8c1f96e0a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EB=8F=99=ED=97=8C/Common=20Platform=20Lab=28SR?= =?UTF-8?q?=29/Principal=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Fri, 26 Jun 2020 11:15:41 +0900 Subject: Fix a FNV error on arm64 (#286) Simple HelloWorld app can run with NI of System.Private.CoreLib.dll, HelloWorld.dll and System.Console.dll --- src/vm/arm64/asmhelpers.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vm/arm64/asmhelpers.S b/src/vm/arm64/asmhelpers.S index 28daf9ac0d..46b6b191e3 100644 --- a/src/vm/arm64/asmhelpers.S +++ b/src/vm/arm64/asmhelpers.S @@ -545,6 +545,8 @@ NESTED_ENTRY ExternalMethodFixupStub, _TEXT, NoHandler add x0, sp, #__PWTB_TransitionBlock // pTransitionBlock mov x1, x12 // pThunk + mov x2, #0 // sectionIndex + mov x3, #0 // pModule bl C_FUNC(ExternalMethodFixupWorker) -- cgit v1.2.3