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

Unified Diff: firmware/stub/include/biosincludes.h

Issue 5687001: Fix PRIu64 definition to llu. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git
Patch Set: Created 10 years 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 | « firmware/arch/arm/include/biosincludes.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/stub/include/biosincludes.h
diff --git a/firmware/stub/include/biosincludes.h b/firmware/stub/include/biosincludes.h
index 718361af998059b85d8f5d95fc688e47770709f0..bd7e6fd4a5df6449b8690666d4a37109762d372d 100644
--- a/firmware/stub/include/biosincludes.h
+++ b/firmware/stub/include/biosincludes.h
@@ -26,7 +26,7 @@ typedef unsigned size_t;
#define UINT64_C(x) ((uint64_t)x)
#define __attribute__(x)
-#define PRIu64 "ll"
+#define PRIu64 "llu"
extern void debug(const char *format, ...);
#define POSSIBLY_UNUSED
« no previous file with comments | « firmware/arch/arm/include/biosincludes.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698