diff --git a/ttmath/ttmathuint.h b/ttmath/ttmathuint.h index acc27f7..d507564 100644 --- a/ttmath/ttmathuint.h +++ b/ttmath/ttmathuint.h @@ -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