mirror of
https://github.com/open-simh/simh.git
synced 2026-01-15 16:07:47 +00:00
Cleanup Compiler warning.
This commit is contained in:
parent
b3102ea86a
commit
eb0f027c47
@ -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…
x
Reference in New Issue
Block a user