mirror of
https://github.com/simh/simh.git
synced 2026-05-16 10:09:12 +00:00
When compiling with `-O -Wall -Werror`, the compiler produced a diagnostic that `op1` was used uninitialized in these two locations. Similar to the implementation of `case 0xC0: /* SUB M imm */`, save the initial value of the `A` operand in `op1` so that the flags can be computed correctly.