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

Fix LLVM warnings and OpenBSD build failures #3

Merged
merged 3 commits into from Jan 14, 2014
Merged

Fix LLVM warnings and OpenBSD build failures #3

merged 3 commits into from Jan 14, 2014

Conversation

ecsv
Copy link
Contributor

@ecsv ecsv commented Jan 11, 2014

No description provided.

The second part of the credit cheat were executed independenly of the first
part. This was caused but the wrong syntax used for the if statement in commit
8e14cc9 ("Add Missing Subscreen Delay Fix for
Ocarina of Time")
The JR_IDLE and JALR_IDLE functions are unused in the pure interpreter and
cached interpreter. Thus these functions are marked with the attribute
"unused". Unfortunatelly, the declaration did not precede the definition. Also
the definition conflicted with the declaration.
OpenBSD doesn't seem to have the definition for __GNUC_PREREQ and thus fails to
i386 with PIC enabled (which is the default now).
richard42 added a commit that referenced this pull request Jan 14, 2014
Fix LLVM warnings and OpenBSD build failures
@richard42 richard42 merged commit f2247c5 into mupen64plus:master Jan 14, 2014
@ecsv ecsv deleted the llvm branch January 14, 2014 09:52
@huvox huvox mentioned this pull request Jul 26, 2017
@fzurita fzurita mentioned this pull request Dec 25, 2017
@sodomon2 sodomon2 mentioned this pull request Jul 14, 2019
@inukaze inukaze mentioned this pull request Aug 24, 2020
bsmiles32 pushed a commit to bsmiles32/mupen64plus-core that referenced this pull request Dec 1, 2020
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.

None yet

2 participants