diff --git a/M6502/src/Profiler.cpp b/M6502/src/Profiler.cpp index 1e66c79..269ff51 100644 --- a/M6502/src/Profiler.cpp +++ b/M6502/src/Profiler.cpp @@ -19,7 +19,7 @@ EightBit::Profiler::Profiler(MOS6502& targetProcessor, Disassembly& disassembler void EightBit::Profiler::Generate() { StartingOutput.fire(); EmitProfileInformation(); - StartingOutput.fire(); + FinishedOutput.fire(); } void EightBit::Profiler::EmitProfileInformation() {