diff options
Diffstat (limited to 'src/vm/arm64')
-rw-r--r-- | src/vm/arm64/asmhelpers.S | 2 |
1 files changed, 2 insertions, 0 deletions
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) |