diff options
Diffstat (limited to 'examples/long_mode.rs')
-rw-r--r-- | examples/long_mode.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/long_mode.rs b/examples/long_mode.rs index 06af791..5969a48 100644 --- a/examples/long_mode.rs +++ b/examples/long_mode.rs @@ -181,6 +181,7 @@ fn main() -> std::io::Result<()> { data ); } + KvmExit::Debug(_pc) => {} }; } |