fixed: UInt::Rcr2_one used edx but there was not a push/pop instruction
(it was in the intel syntax, edx changed to ecx) git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@102 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -897,9 +897,9 @@ private:
|
|||||||
dec ecx
|
dec ecx
|
||||||
jnz p
|
jnz p
|
||||||
|
|
||||||
setc dl
|
setc cl
|
||||||
movzx edx, dl
|
movzx ecx, cl
|
||||||
mov [c], edx
|
mov [c], ecx
|
||||||
|
|
||||||
pop ecx
|
pop ecx
|
||||||
pop ebx
|
pop ebx
|
||||||
|
Reference in New Issue
Block a user