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

Make globals always have 2+ chars as suffix #612

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

fluxchief
Copy link
Contributor

As discussed on chat, there currently is the bug where certain suffixes are interpreted by the (m68k) assembler.

Example: move.l #global.w,-44(%fp)
.w is interpreted by the assembler as a size hint for #global.

As discussed on chat, there currently is the bug where certain suffixes are interpreted by the (m68k) assembler.

Example: `move.l #global.w,-44(%fp)`
`.w` is interpreted by the assembler as a size hint for `#global`.
@antoyo antoyo merged commit c325b82 into rust-lang:master Feb 3, 2025
37 checks passed
@antoyo
Copy link
Contributor

antoyo commented Feb 3, 2025

Thanks for your contribution!

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.

3 participants