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

added a few features to maybe run WinUAE cputest #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jotd666
Copy link

@jotd666 jotd666 commented Jun 5, 2023

  • don't crash if invalid character printed, print space instead
  • support for AllocAbs

- don't crash if invalid character printed, print space instead
- support for AllocAbs
"FreeMem: Unknown memory to free: ptr=%06x size=%06x" % (addr, size)
)
pass
#raise VamosInternalError(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe replace with log_exec.info() instead of commenting out?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arg sorry. It should just be uncommented and left as it was! It was early tests with a AllocAbs I forgot to restore the old code.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want me to submit another PR with the fix?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can update this PR by committing to your branch @jotd666, no need to create a new PR.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have amended my previous commit. Does that work?

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

3 participants