mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-04 15:56:15 +00:00
avoid warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1013 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6b65279459
commit
354ff22657
@ -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_mask = get_sp_mask(env->segs[R_SS].flags);
|
||||||
sp = ESP;
|
sp = ESP;
|
||||||
ssp = env->segs[R_SS].base;
|
ssp = env->segs[R_SS].base;
|
||||||
|
new_eflags = 0; /* avoid warning */
|
||||||
if (shift == 1) {
|
if (shift == 1) {
|
||||||
/* 32 bits */
|
/* 32 bits */
|
||||||
POPL(ssp, sp, sp_mask, new_eip);
|
POPL(ssp, sp, sp_mask, new_eip);
|
||||||
|
Loading…
Reference in New Issue
Block a user