Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(873)

Unified Diff: src/platform/vboot_reference/tests/big_firmware_tests.c

Issue 1587005: Use UINT64_C macros from stdint.h. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/platform/vboot_reference/tests/big_kernel_tests.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/tests/big_firmware_tests.c
diff --git a/src/platform/vboot_reference/tests/big_firmware_tests.c b/src/platform/vboot_reference/tests/big_firmware_tests.c
index 0b0d200b7458efaf97808e6553636a242cdeb516..2368b471732ab763be264c816d6a2ec2c249f586 100644
--- a/src/platform/vboot_reference/tests/big_firmware_tests.c
+++ b/src/platform/vboot_reference/tests/big_firmware_tests.c
@@ -16,7 +16,7 @@
#include "utility.h"
/* Choose a firmware size greater than the range of 32-bits unsigned. */
-#define BIG_FIRMWARE_SIZE ((uint64_t) 0x100000000ULL)
+#define BIG_FIRMWARE_SIZE UINT64_C(0x100000000)
#define ROOT_KEY_BASE_NAME "testkeys/key_rsa8192"
#define FIRMWARE_KEY_BASE_NAME "testkeys/key_rsa1024"
« no previous file with comments | « no previous file | src/platform/vboot_reference/tests/big_kernel_tests.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698