Skip to content

Commit

Permalink
Fix incorrect handling of target parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
abaire authored and mborgerson committed Feb 24, 2022
1 parent 70c0565 commit 65bdd23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified kick_fifo
Binary file not shown.
2 changes: 1 addition & 1 deletion kick_fifo.asm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bits 32
kick_fifo:

; Load `expected_push` into EDX
mov edx, dword [ebp+4]
mov edx, dword [esp+4]

; Avoid any other CPU stuff overwriting stuff in this risky section
cli
Expand Down

0 comments on commit 65bdd23

Please sign in to comment.