From 333f975760c156727dd7408f87e937af856d8bf1 Mon Sep 17 00:00:00 2001 From: mydesktop Date: Sat, 3 May 2014 12:19:43 -0400 Subject: initial [broken] update --- src/cryptonote_core/difficulty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cryptonote_core/difficulty.cpp') diff --git a/src/cryptonote_core/difficulty.cpp b/src/cryptonote_core/difficulty.cpp index 052f46662..3dde6ad6c 100644 --- a/src/cryptonote_core/difficulty.cpp +++ b/src/cryptonote_core/difficulty.cpp @@ -24,7 +24,7 @@ namespace cryptonote { #include static inline void mul(uint64_t a, uint64_t b, uint64_t &low, uint64_t &high) { - low = UnsignedMultiply128(a, b, &high); + low = mul128(a, b, &high); } #else -- cgit v1.2.3