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

Case sensitive address space name comparisons #4234

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

Conversation

Whatang
Copy link

@Whatang Whatang commented Oct 18, 2023

Lower case address space names before comparing them with fixed strings "ram", "mem", "registers", etc. This prevents spurious errors for architectures which use e.g. "RAM" rather than "ram" for their address space names.

This fixes #4233

Lower case address space names before comparing them with fixed strings "ram", "mem", "registers", etc. This prevents spurious errors for architectures which use e.g. "RAM" rather than "ram" for their address space names.
@ltfish ltfish added the bug Something is broken label Oct 20, 2023
@ltfish
Copy link
Member

ltfish commented Feb 1, 2024

@mborgerson Any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pcode emulation fails if address space names are not lower case
3 participants