Skip to content

Commit 65bdd23

Browse files
abairemborgerson
authored andcommitted
Fix incorrect handling of target parameter
1 parent 70c0565 commit 65bdd23

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

kick_fifo

1 Byte
Binary file not shown.

kick_fifo.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bits 32
1010
kick_fifo:
1111

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

1515
; Avoid any other CPU stuff overwriting stuff in this risky section
1616
cli

0 commit comments

Comments
 (0)