Link Here
|
1 |
--- src/base/low/cl_low_mul.cc.orig 2011-04-08 21:06:30 UTC |
|
|
2 |
+++ src/base/low/cl_low_mul.cc |
3 |
@@ -50,11 +50,11 @@ uint64 mulu32_w (uint32 arg1, uint32 arg2) |
4 |
|
5 |
|
6 |
#ifdef NEED_VAR_mulu64_high |
7 |
-uint64 mulu64_high; |
8 |
+extern "C" uint64 mulu64_high; |
9 |
#endif |
10 |
|
11 |
#ifdef NEED_FUNCTION_mulu64_ |
12 |
-uint64 mulu64_high; |
13 |
+extern "C" uint64 mulu64_high = 0; |
14 |
namespace cln { |
15 |
extern "C" uint64 mulu64_ (uint64 x, uint64 y); |
16 |
uint64 mulu64_ (uint64 x, uint64 y) |