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

Load x87 state properly #193

Merged
merged 18 commits into from
Feb 11, 2024
Merged

Load x87 state properly #193

merged 18 commits into from
Feb 11, 2024

Conversation

0vercl0k
Copy link
Owner

@0vercl0k 0vercl0k commented Feb 10, 2024

The way @fptw was handled has been wrong for a long time but I finally figured out. This updates all the backends to do the right thing.

Other more minor changes:

  • The code that reads the CPU state has been updated to be compatible with snapshot. It also should be now able to load precise values for 80-bit registers. Loading 'old' dumps should also work as they were before (with the buggy code) to not break them
  • Updated bxcpu to be able to load @fpst registers with a frac / exponent (cf yrp604/bochscpu@cab8051)
  • Minor updates to the README
  • Update the CI to get rid of warnings as well as removing the CodeQL scanning (it hasn't reported a single hit since it's been turned on -_-)

@0vercl0k 0vercl0k merged commit 393bea0 into main Feb 11, 2024
8 checks passed
@0vercl0k 0vercl0k deleted the fbl_x87 branch February 11, 2024 00:23
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.

None yet

1 participant