summaryrefslogtreecommitdiff
path: root/Source/Core/Common/IniFile.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-06-13 12:41:50 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2014-06-13 12:41:50 -0500
commit2152e812fc96171edf0afecb29ef083714cc5311 (patch)
tree8ea8a4b4ff80c88a409e506e4d996edc06587ceb /Source/Core/Common/IniFile.cpp
parent5a66ded081d45112095612457ead6b9b3b0b561d (diff)
Fix conditional branching on x86_64.
The register cache can be filled to the point that when dumping them the FixupBranch goes over the maximum size of 0x80. Force them to use the "5byte" variant of the jump. If we were able to determine if the length we had to jump was <0x80 in the future this could be a slight optimization. This has to be done in bcctrx, bclrx, and twx. It was already done in bcx before. This fixes issue 7378.
Diffstat (limited to 'Source/Core/Common/IniFile.cpp')
0 files changed, 0 insertions, 0 deletions