mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
Code provision for x86_64 and PowerPC 64 linux user mode support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2619 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9ead1a1263
commit
84409ddbda
5 changed files with 82 additions and 6 deletions
|
@ -68,7 +68,7 @@ typedef struct TaskState {
|
|||
uint32_t heap_limit;
|
||||
int swi_errno;
|
||||
#endif
|
||||
#ifdef TARGET_I386
|
||||
#if defined(TARGET_I386) && !defined(TARGET_X86_64)
|
||||
target_ulong target_v86;
|
||||
struct vm86_saved_state vm86_saved_regs;
|
||||
struct target_vm86plus_struct vm86plus;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue