* [Qemu-devel] [6304] Suppress i386 warnings
@ 2009-01-14 19:27 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-01-14 19:27 UTC (permalink / raw)
To: qemu-devel
Revision: 6304
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6304
Author: blueswir1
Date: 2009-01-14 19:27:02 +0000 (Wed, 14 Jan 2009)
Log Message:
-----------
Suppress i386 warnings
Modified Paths:
--------------
trunk/target-i386/op_helper.c
Modified: trunk/target-i386/op_helper.c
===================================================================
--- trunk/target-i386/op_helper.c 2009-01-14 19:00:36 UTC (rev 6303)
+++ trunk/target-i386/op_helper.c 2009-01-14 19:27:02 UTC (rev 6304)
@@ -639,7 +639,7 @@
target_ulong ptr, ssp;
int type, dpl, selector, ss_dpl, cpl;
int has_error_code, new_stack, shift;
- uint32_t e1, e2, offset, ss, esp, ss_e1, ss_e2;
+ uint32_t e1, e2, offset, ss = 0, esp, ss_e1 = 0, ss_e2 = 0;
uint32_t old_eip, sp_mask;
has_error_code = 0;
@@ -2271,7 +2271,7 @@
{
int new_stack, i;
uint32_t e1, e2, cpl, dpl, rpl, selector, offset, param_count;
- uint32_t ss, ss_e1, ss_e2, sp, type, ss_dpl, sp_mask;
+ uint32_t ss = 0, ss_e1 = 0, ss_e2 = 0, sp, type, ss_dpl, sp_mask;
uint32_t val, limit, old_sp_mask;
target_ulong ssp, old_ssp, next_eip;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-14 19:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 19:27 [Qemu-devel] [6304] Suppress i386 warnings Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).