mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
Fix Sparse warning about missing prototype
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
df3cee1a3a
commit
28e738dcb8
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue