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

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

Issue 5634003: Fix PRIu64 in biosincludes.h (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
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 fe49d24bd0005a9029f9904a3e93fee2e095ea59..718361af998059b85d8f5d95fc688e47770709f0 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 "ll"
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