1
0
Fork 0

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:
Sjoerd van der Berg 2004-05-15 07:57:04 +00:00
parent 5e9dd89b56
commit 239e9b3b5a
3 changed files with 11 additions and 11 deletions

View file

@ -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