From 28e738dcb81dbab7cd3159bdb9acbc0c2607b444 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 1 Aug 2009 10:29:42 +0000 Subject: Fix Sparse warning about missing prototype Signed-off-by: Blue Swirl --- bsd-user/qemu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bsd-user/qemu.h') diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index 822a214451..d375611383 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -193,6 +193,9 @@ void mmap_fork_start(void); void mmap_fork_end(int child); #endif +/* main.c */ +extern unsigned long x86_stack_size; + /* user access */ #define VERIFY_READ 0 -- cgit v1.2.3