Skip to content

Commit

Permalink
Missed an instruction removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
deeglaze committed Mar 2, 2018
1 parent 7d2a0a6 commit 05fac37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/trts/linux/trts_pic.S
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ DECLARE_LOCAL_FUNC continue_execution
mov SE_WORDSIZE*1(%xcx), %xax
push %xax # push xcx
mov SE_WORDSIZE*4(%xcx), %xax
sub $(SE_WORDSIZE), %xax # xax: xsp

# restore registers except xax, xcx, xsp
mov SE_WORDSIZE*2(%xcx), %xdx
Expand Down

0 comments on commit 05fac37

Please sign in to comment.