From bbc5b12663932b0843dfe28d8226baf0bdadfa1b Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 27 Oct 2022 18:09:03 -1000 Subject: [PATCH] AltairZ80: Fix duplication declaration introduced in rebase --- AltairZ80/m68k/m68kcpu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/AltairZ80/m68k/m68kcpu.h b/AltairZ80/m68k/m68kcpu.h index 9d1164e3..5adca63e 100755 --- a/AltairZ80/m68k/m68kcpu.h +++ b/AltairZ80/m68k/m68kcpu.h @@ -1913,7 +1913,6 @@ static inline void m68ki_exception_bus_error(void) { uint sr; int i; - uint sr; /* If we were processing a bus error, address error, or reset, * while writing the stack frame, this is a catastrophic failure.