ports/emulators/simh/files/patch-AltairZ80_i86__ops.c
Stefan Eßer e4211f22be Fix build with clang11
Reported by:	pkg-fallout
2020-09-01 10:49:52 +00:00

10 lines
241 B
C

--- AltairZ80/i86_ops.c.orig 2020-09-01 09:55:27 UTC
+++ AltairZ80/i86_ops.c
@@ -109,6 +109,7 @@ extern uint32 in(const uint32 Port);
*/
extern uint8 parity_tab[];
+extern volatile int intr;
static void i86op_illegal_op(PC_ENV *m)
{