diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-02 20:38:09 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-02 20:38:09 +0000 |
commit | 2f87c60799042f6c9936040cedf6ea8dc690ca22 (patch) | |
tree | 966e04bd3506d60213e591a5ef94523248584c92 /exec-i386.h | |
parent | 03bfca946a9fdf7a437f28183be36b4bf89b51e9 (diff) |
Alpha update (Falk Hueffner)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@203 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec-i386.h')
-rw-r--r-- | exec-i386.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exec-i386.h b/exec-i386.h index 00da9b8a3d..af82370032 100644 --- a/exec-i386.h +++ b/exec-i386.h @@ -124,6 +124,8 @@ register unsigned int A0 asm("$11"); register unsigned int EAX asm("$12"); register unsigned int ESP asm("$13"); register unsigned int EBP asm("$14"); +/* Note $15 is the frame pointer, so anything in op-i386.c that would + require a frame pointer, like alloca, would probably loose. */ register struct CPUX86State *env asm("$15"); #define reg_EAX #define reg_ESP |