diff options
| author | Blue Swirl | 2009-08-01 12:29:42 +0200 |
|---|---|---|
| committer | Blue Swirl | 2009-08-01 12:29:42 +0200 |
| commit | 28e738dcb81dbab7cd3159bdb9acbc0c2607b444 (patch) | |
| tree | dc07bc09a0cb781415139e0abf46a30c316a1f06 /bsd-user/qemu.h | |
| parent | Fix Sparse warning about "expression using sizeof on a function" (diff) | |
| download | qemu-28e738dcb81dbab7cd3159bdb9acbc0c2607b444.tar.gz qemu-28e738dcb81dbab7cd3159bdb9acbc0c2607b444.tar.xz qemu-28e738dcb81dbab7cd3159bdb9acbc0c2607b444.zip | |
Fix Sparse warning about missing prototype
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'bsd-user/qemu.h')
| -rw-r--r-- | bsd-user/qemu.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
