Merge pull request #877 from ethcore/uint-fix

Fixing typo in bigint
This commit is contained in:
Marek Kotewicz 2016-04-04 09:54:37 +02:00
commit d8179ceeb2

View File

@ -354,7 +354,7 @@ macro_rules! uint_overflowing_mul {
mov $12, %rcx mov $12, %rcx
jrcxz 11f jrcxz 11f
movt $7, %rcx mov $7, %rcx
mov $6, %rax mov $6, %rax
add %rax, %rcx add %rax, %rcx