Skip to content
Snippets Groups Projects
Commit 5d0b6b89 authored by David Bühler's avatar David Bühler
Browse files

[Eva] GUI: restores highlighting of dead statements in unreachable functions.

parent 9e172424
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ let active_highlighter buffer localizable ~start ~stop =
| Some color_area ->
apply_tag buffer color_area start stop
| None ->
if Gui_eval.results_kf_computed kf then begin
if Analysis.status kf <> Analyzed NoResults then begin
let csf = Gui_callstacks_filters.focused_callstacks () in
if Gui_callstacks_filters.is_reachable_stmt csf stmt then begin
if Gui_callstacks_filters.is_non_terminating_instr csf stmt then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment