Cleanup Compiler warning.

This commit is contained in:
Mark Pizzolato 2012-03-14 17:21:15 -07:00
parent b3102ea86a
commit eb0f027c47

View file

@ -509,7 +509,7 @@ DEVICE cpu_dev = {
t_stat sim_instr (void)
{
volatile int32 opc, cc; /* used by setjmp */
int32 acc; /* set by setjmp */
volatile int32 acc; /* set by setjmp */
int abortval;
t_stat r;