mirror of https://github.com/xemu-project/xemu.git
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
|
@ -545,8 +545,6 @@ static inline void memcpy_fromfs(void * to, const void * from, unsigned long n)
|
||||||
memcpy(to, from, n);
|
memcpy(to, from, n);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern unsigned long x86_stack_size;
|
|
||||||
|
|
||||||
static int load_aout_interp(void * exptr, int interp_fd);
|
static int load_aout_interp(void * exptr, int interp_fd);
|
||||||
|
|
||||||
#ifdef BSWAP_NEEDED
|
#ifdef BSWAP_NEEDED
|
||||||
|
|
|
@ -247,6 +247,9 @@ void mmap_fork_start(void);
|
||||||
void mmap_fork_end(int child);
|
void mmap_fork_end(int child);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* main.c */
|
||||||
|
extern unsigned long x86_stack_size;
|
||||||
|
|
||||||
/* user access */
|
/* user access */
|
||||||
|
|
||||||
#define VERIFY_READ 0
|
#define VERIFY_READ 0
|
||||||
|
|
Loading…
Reference in New Issue