gcc 4.1 claims that mem_data might be used uninitialized,

though I don't believe that's true.  Placate it anyway.

--HG--
extra : convert_revision : dcd9427af14f0e7a33510054bee4ecbe73e050be
This commit is contained in:
Nathan Binkert 2007-04-27 13:59:17 -07:00
parent b5037ad82b
commit 69d259b6ae

View file

@ -39,7 +39,7 @@ def template SwapExecute {{
Addr EA;
%(fp_enable_check)s;
%(op_decl)s;
uint64_t mem_data;
uint64_t mem_data = 0;
%(op_rd)s;
%(ea_code)s;