mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-09-02 20:28:00 +00:00
Correct profiler finish generation firing bug.
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user