Skip to content

Commit

Permalink
Update window_disassembly.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiusbrown committed Jan 19, 2024
1 parent 5ad660c commit 0a175b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/window_disassembly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ static void prog_addr_tooltip(uint16_t addr)
Separator();
TextUnformatted(info.desc);
EndTooltip();
return;
}
}
auto name = prog_addr_name(addr);
Expand Down

0 comments on commit 0a175b4

Please sign in to comment.