Skip to content

Commit c2b61e3

Browse files
committed
libchkstk.S: Remove stray sub from x86 ___chkstk_ms
Thanks to Felipe Garcia for catching this. That sub was a leftover from an earlier version which did not push eax/rax. I missed it when updating to the current version.
1 parent 43bf1e5 commit c2b61e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libchkstk.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ ___chkstk_ms:
5757
test %eax, (%ecx) // commit page (two instruction bytes)
5858
1: cmp %eax, %ecx
5959
ja 0b
60-
sub %esp, %eax
6160
pop %ecx
6261
pop %eax
6362
ret

0 commit comments

Comments
 (0)