mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-02 18:29:41 +00:00
Correct profiler finish generation firing bug.
This commit is contained in:
parent
455dedbb02
commit
f675b69876
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user