mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
Export x86_stack_size in qemu.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5427 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9f106a75de
commit
440c7e85cc
2 changed files with 3 additions and 2 deletions
|
@ -247,6 +247,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