avoid warning

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1013 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-07-12 20:40:05 +00:00
parent 6b65279459
commit 354ff22657
1 changed files with 1 additions and 0 deletions

View File

@ -1574,6 +1574,7 @@ static inline void helper_ret_protected(int shift, int is_iret, int addend)
sp_mask = get_sp_mask(env->segs[R_SS].flags);
sp = ESP;
ssp = env->segs[R_SS].base;
new_eflags = 0; /* avoid warning */
if (shift == 1) {
/* 32 bits */
POPL(ssp, sp, sp_mask, new_eip);