Whoops: Remove extra blank line.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2018-10-21 18:07:08 +01:00
parent 54e0dcfe36
commit 806251bf6f

View File

@ -44,7 +44,6 @@ void Board::initialise() {
}
if (m_configuration.terminatesEarly())
CPU().ExecutingInstruction.connect(std::bind(&Board::Cpu_ExecutedInstruction_Terminator, this, std::placeholders::_1));
}
void Board::Cpu_ExecutingInstruction_Debug(EightBit::mc6809&) {