aboutsummaryrefslogtreecommitdiff
path: root/bigint48.h
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-03-29 01:03:05 -0400
committerB. Watson <yalhcru@gmail.com>2016-03-29 01:03:05 -0400
commitdbbfe4d490d9090846cd3b9ff137ae69fc01ce5b (patch)
tree3aaead042d338cdcce38551df8323399a0ed881e /bigint48.h
parenta5d2f9569decc946c0c2e863ed5aa0c07733ce67 (diff)
downloadtaipan-dbbfe4d490d9090846cd3b9ff137ae69fc01ce5b.tar.gz
add "biginttest" make target, fix bad constant in bigint48.h
Diffstat (limited to 'bigint48.h')
-rw-r--r--bigint48.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigint48.h b/bigint48.h
index 92b119b..fbc7aaa 100644
--- a/bigint48.h
+++ b/bigint48.h
@@ -27,5 +27,5 @@
#define BIG_1T { 0x00, 0x10, 0xa5, 0xd4, 0xe8, 0x00 }
/* max value for a ulong, 2**32-1 */
-#define BIG_MAX_ULONG { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }
+#define BIG_MAX_ULONG { 0xff, 0xff, 0xff, 0xff, 0x00, 0x00 }