summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/ecc.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/pnor/ecc.C')
-rw-r--r--src/usr/pnor/ecc.C18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/usr/pnor/ecc.C b/src/usr/pnor/ecc.C
index 7ccab7b69..1c67b9f40 100644
--- a/src/usr/pnor/ecc.C
+++ b/src/usr/pnor/ecc.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2016 */
+/* Contributors Listed Below - COPYRIGHT 2013,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -49,21 +49,21 @@ namespace ECC
*/
static uint64_t eccMatrix[] = {
//0000000000000000111010000100001000111100000011111001100111111111
- 0x0000e8423c0f99ff,
+ 0x0000e8423c0f99ffULL,
//0000000011101000010000100011110000001111100110011111111100000000
- 0x00e8423c0f99ff00,
+ 0x00e8423c0f99ff00ULL,
//1110100001000010001111000000111110011001111111110000000000000000
- 0xe8423c0f99ff0000,
+ 0xe8423c0f99ff0000ULL,
//0100001000111100000011111001100111111111000000000000000011101000
- 0x423c0f99ff0000e8,
+ 0x423c0f99ff0000e8ULL,
//0011110000001111100110011111111100000000000000001110100001000010
- 0x3c0f99ff0000e842,
+ 0x3c0f99ff0000e842ULL,
//0000111110011001111111110000000000000000111010000100001000111100
- 0x0f99ff0000e8423c,
+ 0x0f99ff0000e8423cULL,
//1001100111111111000000000000000011101000010000100011110000001111
- 0x99ff0000e8423c0f,
+ 0x99ff0000e8423c0fULL,
//1111111100000000000000001110100001000010001111000000111110011001
- 0xff0000e8423c0f99
+ 0xff0000e8423c0f99ULL
};
/** Syndrome calculation matrix.
OpenPOWER on IntegriCloud