Actions
Emulator Issues #1935
closedppc vs x86 broken again + fix
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What steps will reproduce the problem?
- run dolphin with debug flag
- load game
- try to do ppc vs x86 on translated code
What is the expected output? What do you see instead?
expected output is comparison. crashes instead.
Please provide any additional information below.
the function JitBlockCache::GetCompiledCodeFromBlock() returns an invalid
pointer (0x0) to the CompiledCode struct which eventually causes an access
exception when it gets to the bochs disassembler. fix is trivial.
Updated by bztdlinux almost 15 years ago
- Status changed from New to Fixed
This issue was closed by revision r4781.
Actions