mistake of ne/jcxz
This commit is contained in:
parent
5d22ad3fc8
commit
2ee4a0c8c6
@ -222,7 +222,8 @@ macro_rules! uint_overflowing_mul {
|
|||||||
adc $$0, %rdx
|
adc $$0, %rdx
|
||||||
or %rdx, %rcx
|
or %rdx, %rcx
|
||||||
|
|
||||||
jrcxz 2f
|
cmpq $$0, %rcx
|
||||||
|
jne 2f
|
||||||
|
|
||||||
mov $8, %rax
|
mov $8, %rax
|
||||||
cmpq $$0, %rax
|
cmpq $$0, %rax
|
||||||
@ -233,8 +234,6 @@ macro_rules! uint_overflowing_mul {
|
|||||||
sete %dl
|
sete %dl
|
||||||
or %dl, %cl
|
or %dl, %cl
|
||||||
|
|
||||||
jrcxz 2f
|
|
||||||
|
|
||||||
mov $3, %rax
|
mov $3, %rax
|
||||||
cmpq $$0, %rax
|
cmpq $$0, %rax
|
||||||
sete %dl
|
sete %dl
|
||||||
|
Loading…
Reference in New Issue
Block a user