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

JIT: add 64-bit write support to FIFO functions and fix immediates #1523

Merged
merged 1 commit into from Nov 12, 2014

Conversation

FioraAeterna
Copy link
Contributor

Fixes 007 Nightfire.

@skidau
Copy link
Contributor

skidau commented Nov 10, 2014

The Last Story pops up an error of "WriteNormalOp - Unhandled case"

@@ -210,7 +210,7 @@ void XEmitter::MOVTwo(int bits, Gen::X64Reg dst1, Gen::X64Reg src1, Gen::X64Reg
void XEmitter::ABI_CallFunctionAC(const void *func, const Gen::OpArg &arg1, u32 param2)
{
if (!arg1.IsSimpleReg(ABI_PARAM1))
MOV(32, R(ABI_PARAM1), arg1);
MOV(64, R(ABI_PARAM1), arg1);

This comment was marked as off-topic.

Also fix 64-bit values passed to CallAC and otherwise correct immediate
handling in FIFO writes.
Fixes 007 Nightfire.
@PatrickFerry
Copy link
Contributor

@FioraAeterna What issue are you referring to exactly? About 007: Nightfire, that is.
Coming from ignorance here.

Edit: Ah, thanks :P

@FioraAeterna
Copy link
Contributor Author

I broke it in my latest FIFO-related commit ^^; the loading screen looks wrong.

@FioraAeterna FioraAeterna changed the title JIT: add 64-bit write support to FIFO functions JIT: add 64-bit write support to FIFO functions and fix immediates Nov 10, 2014
skidau added a commit that referenced this pull request Nov 12, 2014
JIT: add 64-bit write support to FIFO functions and fix immediates
@skidau skidau merged commit 1095d3f into dolphin-emu:master Nov 12, 2014
@wfowler1
Copy link
Contributor

I played Nightfire recently. I noticed nothing wrong. But it's good to know it's fixed again! :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants