Fix some gcc 3.4 issues.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1800
This commit is contained in:
parent
5e9dd89b56
commit
239e9b3b5a
3 changed files with 11 additions and 11 deletions
|
@ -124,7 +124,7 @@ return_address:
|
|||
"popl %%ebp \n"
|
||||
:"=a" (retval), "=c" (tempflags)
|
||||
:"r" (tempflags),"r" (code)
|
||||
:"%edx","%ebx","%edi","%esi","%ebp","cc","memory"
|
||||
:"%edx","%ebx","%edi","%esi","cc","memory"
|
||||
);
|
||||
reg_flags=(reg_flags & ~FMASK_TEST) | (tempflags & FMASK_TEST);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue