sim-card
/
qemu
Archived
10
0
Fork 0

linux-user: stack_base is now mandatory on all targets

Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
Riku Voipio 2012-01-28 22:00:17 +02:00
parent d34e8f6e9d
commit d0fd11ffd3
1 changed files with 1 additions and 1 deletions

View File

@ -123,10 +123,10 @@ typedef struct TaskState {
#endif
#if defined(TARGET_ARM) || defined(TARGET_M68K) || defined(TARGET_UNICORE32)
/* Extra fields for semihosted binaries. */
uint32_t stack_base;
uint32_t heap_base;
uint32_t heap_limit;
#endif
uint32_t stack_base;
int used; /* non zero if used */
struct image_info *info;
struct linux_binprm *bprm;