Skip to content

Remove ARM and THUMB macros#87

Merged
Yanis002 merged 2 commits into
zeldaret:mainfrom
Yanis002:arm_thumb
Jun 18, 2026
Merged

Remove ARM and THUMB macros#87
Yanis002 merged 2 commits into
zeldaret:mainfrom
Yanis002:arm_thumb

Conversation

@Yanis002

Copy link
Copy Markdown
Collaborator

What these macros were doing was basically #pragma thumb on and #pragma thumb off, doing that before literally every function doesn't make sense at all as this pragma is clearly meant to define a region of the file as THUMB (and use ARM for everything else, also as far as I know the developers had to use this manually there's no automated use of thumb), this PR removes those macros in favor of the recent THUMB_BEGIN and THUMB_END, which are still using the same pragma but instead we only define the thumb region where needed

@decomp-dev

decomp-dev Bot commented Jun 18, 2026

Copy link
Copy Markdown

Report for eur (b88aed8 - 6519060)

No changes

Report for jp (b88aed8 - 6519060)

No changes

@Yanis002 Yanis002 merged commit d1e3be4 into zeldaret:main Jun 18, 2026
3 checks passed
@Yanis002 Yanis002 deleted the arm_thumb branch June 18, 2026 16:41
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.

1 participant