Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak int3/int opcode handling, & fix display-related issues #123

Merged
merged 1 commit into from
May 1, 2023
Merged

Tweak int3/int opcode handling, & fix display-related issues #123

merged 1 commit into from
May 1, 2023

Conversation

tkchia
Copy link
Collaborator

@tkchia tkchia commented May 1, 2023

  • Do not halt guest execution on int3 if guest has installed an int3 handler
  • In general, treat each int, int3, or into instruction as a sort of call that may return to its following instruction
  • Fix some display-related issues

- Do not halt guest execution on `int3` if guest has installed
  an `int3` handler
- In general, treat each `int`, `int3`, or `into` instruction
  as a sort of call that may return to its following instruction
- Fix some display-related issues
@tkchia tkchia marked this pull request as ready for review May 1, 2023 10:08
@tkchia tkchia requested a review from ghaerr May 1, 2023 10:52
@jart
Copy link
Owner

jart commented May 1, 2023

Thank you!

@jart jart merged commit 4eeface into jart:master May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants