mirror of
https://github.com/simh/simh.git
synced 2026-03-01 17:36:49 +00:00
Cleanup Compiler warning.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user