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

UnitTests: Fix warnings from HermesText #10789

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

Pokechu22
Copy link
Contributor

Most of these correspond to changes made in devkitPro/libogc@b1b8eca.

The numeric vlaues of ACC0 and ACC1 in Dolphin are different (see b06d383, though I'm not sure when this difference first appeared). Technically it's not even necessary to list the registers at the start like this anymore, but old programs do it, so it seems useful to have a test that covers it.

The binary itself does not need to be changed; the warnings were simply stating that "although you wrote $ACL0, the generated binary instead is using $ACC0" or similar; by changing the code to use $ACC0 directly the warnings are resolved.

These warnings were introduced by #10750, which added HermesTest based on data that was already in the repo.

@shuffle2
Copy link
Contributor

👍 seems nice to silence some buildbot warnings

Most of these correspond to changes made in devkitPro/libogc@b1b8eca.

The numeric vlaues of ACC0 and ACC1 in Dolphin are different (see b06d383, though I'm not sure when this difference first appeared). Technically it's not even necessary to list the registers at the start like this anymore, but old programs do it, so it seems useful to have a test that covers it.

The binary itself does not need to be changed; the warnings were simply stating that "although you wrote $ACL0, the generated binary instead is using $ACC0" or similar; by changing the code to use $ACC0 directly the warnings are resolved.
@Pokechu22 Pokechu22 merged commit 9116933 into dolphin-emu:master Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants