mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
cmp should use 0 immediate not 0 address.
This commit is contained in:
parent
1f272f9050
commit
b120a39ec6
2 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ tcc does not like jecxz instruction.
|
|||
__sigsetjmp:
|
||||
mov 8(%esp),%ecx
|
||||
- jecxz 1f
|
||||
+ cmp %ecx,0
|
||||
+ cmp $0,%ecx
|
||||
+ je 1f
|
||||
|
||||
mov 4(%esp),%eax
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue