mescc: Naming fix.
* stage0/x86.M1 (je8): Rename from jne8. * module/mes/as-i386.mes (i386:jump-byte-z): Update.
This commit is contained in:
parent
31758dd03c
commit
af626da19a
|
@ -348,7 +348,7 @@
|
|||
|
||||
(define (i386:jump-byte-z label)
|
||||
`(("test___%al,%al") ; test %al,%al
|
||||
("jne8 " (#:offset1 ,label)))) ; jne <n>
|
||||
("je8 " (#:offset1 ,label)))) ; je <n>
|
||||
|
||||
;; signed
|
||||
(define (i386:jump-g label)
|
||||
|
|
|
@ -42,7 +42,7 @@ DEFINE jg32 0f8f
|
|||
DEFINE jge32 0f8d
|
||||
DEFINE jmp32 e9
|
||||
DEFINE jne32 0f85
|
||||
DEFINE jne8 74
|
||||
DEFINE je8 74
|
||||
DEFINE lahf 9f
|
||||
DEFINE lea____0x8(%ebp),%eax 8d45
|
||||
DEFINE lea____0x8(%ebp),%edx 8d55
|
||||
|
|
Loading…
Reference in a new issue