1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 17:16:44 +00:00

Removes <cassert> from Struct.h (which means it's needed in the 68000's State).

This commit is contained in:
Thomas Harte
2020-05-19 00:06:29 -04:00
parent a3d4c7599b
commit a16b710d22
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -8,6 +8,8 @@
#include "State.hpp"
#include <cassert>
using namespace CPU::MC68000;
State::State(const ProcessorBase &src): State() {