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 BeOS build and add Haiku support. #68

Merged
merged 10 commits into from
Apr 30, 2015
Merged

Conversation

pulkomandy
Copy link
Contributor

No description provided.

@pulkomandy pulkomandy mentioned this pull request Apr 27, 2015
{
int32 state = 0;
static char buffer[512];
int32 size = 512;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still has the issue I mentioned on the other review. This should be size = sizeof(buffer) - 1;

Same for line 485.

@pulkomandy pulkomandy force-pushed the master branch 2 times, most recently from 9c0a2d3 to c316bd6 Compare April 28, 2015 19:11
* Haiku is mostly compatible with BeOS, but there are a few minor
changes.
* This frees some registers and make the x86 assembler code work.
* Restore use of fpu_x86 because of this.
@pulkomandy
Copy link
Contributor Author

Ok, I think the commits should be clean now. Sorry, I fail at rebasing.

asvitkine added a commit that referenced this pull request Apr 30, 2015
Fix BeOS build and add Haiku support.
@asvitkine asvitkine merged commit eb3ef0b into cebix:master Apr 30, 2015
rakslice pushed a commit to rakslice/macemu that referenced this pull request Oct 16, 2020
Fix BeOS build and add Haiku support.
rakslice pushed a commit to rakslice/macemu that referenced this pull request Nov 18, 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