Skip to content

Commit

Permalink
state: pause vm on interruptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bamiaux committed Sep 30, 2020
1 parent e55ad1a commit 8a97bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icebox/icebox/core/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ namespace

// do not update state or call callbacks if we are interrupted
if(d.interrupted)
return false;
return try_pause(d);

if(state == state_e::update)
update_break_state(d);
Expand Down

0 comments on commit 8a97bf4

Please sign in to comment.