1
0
mirror of https://github.com/simh/simh.git synced 2026-02-26 16:54:22 +00:00

AltairZ80: Fix duplication declaration introduced in rebase

This commit is contained in:
Mark Pizzolato
2022-10-27 18:09:03 -10:00
parent 1ca0b3159e
commit bbc5b12663

View File

@@ -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.