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:
Tomasz Sowa 2009-03-04 22:04:36 +00:00
parent e18201ba35
commit 4aebe9aa18
1 changed files with 3 additions and 3 deletions

View File

@ -897,9 +897,9 @@ private:
dec ecx
jnz p
setc dl
movzx edx, dl
mov [c], edx
setc cl
movzx ecx, cl
mov [c], ecx
pop ecx
pop ebx