Correct profiler finish generation firing bug.

This commit is contained in:
Adrian Conlon 2024-09-13 20:57:01 +01:00
parent 455dedbb02
commit f675b69876

View File

@ -19,7 +19,7 @@ EightBit::Profiler::Profiler(MOS6502& targetProcessor, Disassembly& disassembler
void EightBit::Profiler::Generate() { void EightBit::Profiler::Generate() {
StartingOutput.fire(); StartingOutput.fire();
EmitProfileInformation(); EmitProfileInformation();
StartingOutput.fire(); FinishedOutput.fire();
} }
void EightBit::Profiler::EmitProfileInformation() { void EightBit::Profiler::EmitProfileInformation() {