Cleanup Compiler warning.
This commit is contained in:
parent
b3102ea86a
commit
eb0f027c47
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue