1
0
mirror of https://github.com/simh/simh.git synced 2026-03-01 09:31:16 +00:00

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;