Skip to content

Make globals always have 2+ chars as suffix#612

Merged
antoyo merged 1 commit into
rust-lang:masterfrom
fluxchief:master
Feb 3, 2025
Merged

Make globals always have 2+ chars as suffix#612
antoyo merged 1 commit into
rust-lang:masterfrom
fluxchief:master

Conversation

@fluxchief

Copy link
Copy Markdown
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
@antoyo

antoyo commented Feb 3, 2025

Copy link
Copy Markdown
Contributor

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