Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1351 from dotnet-bot/from-tfs
Browse files Browse the repository at this point in the history
Merge changes from TFS
  • Loading branch information
jkotas committed Jun 1, 2016
2 parents 42dd1e3 + 40ad74a commit 3c474fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Native/Runtime/amd64/ExceptionHandling.S
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ ALTERNATE_ENTRY RhpCallCatchFunclet2
mov rdi, [rsp] // rdi <- Thread*
mov rsi, [rsp + locArg3] // rsi <- current ExInfo *
mov rdx, [rdx + OFFSETOF__REGDISPLAY__SP] // rdx <- resume SP value
call RhpValidateExInfoPop
call C_FUNC(RhpValidateExInfoPop)

mov rdx, [rsp + locArg2] // rdx <- dispatch context
mov rax, [rdx + OFFSETOF__REGDISPLAY__pRbx]
Expand Down

0 comments on commit 3c474fb

Please sign in to comment.