From 61f1609249bca3234fd3f463ebc55c6eeef8f494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Tue, 24 Feb 2015 12:14:16 +0100 Subject: sparse: MEMCONS_MAGIC is a long MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Le Goater Signed-off-by: Stewart Smith --- include/console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/console.h') diff --git a/include/console.h b/include/console.h index 5b6c5d5d..e426adb4 100644 --- a/include/console.h +++ b/include/console.h @@ -29,7 +29,7 @@ */ struct memcons { uint64_t magic; -#define MEMCONS_MAGIC 0x6630696567726173 +#define MEMCONS_MAGIC 0x6630696567726173LL uint64_t obuf_phys; uint64_t ibuf_phys; uint32_t obuf_size; -- cgit v1.2.1