Skip to content
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Packages
Security
Team management
Hosting
Customer stories
→
Security
→
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
Watch
468
Star
5.8k
Fork
1.3k
dolphin-emu
/
dolphin
Code
Pull requests
166
Wiki
Security
Insights
Permalink
Browse files
Loading status checks…
Fix typo in comment
Loading branch information
BreadFish64
committed
Nov 11, 2019
Verified
This commit was created on GitHub.com and signed with a
verified signature
using GitHub’s key.
1 parent
913cb08
commit
0334dde2cfedfc2d104be932b1942a354ae1c63a
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
Source/Core/Common/Arm64Emitter.cpp
2
Source/Core/Common/Arm64Emitter.cpp
Show comments
View file
Edit file
Delete file
@@ -958,7 +958,7 @@ void ARM64XEmitter::SetJumpTarget(FixupBranch const& branch)
(
MaskImm14
(distance) <<
5
) | reg;
}
break
;
case
5
:
//
B (
uncoditional
)
case
5
:
//
B (
unconditional
)
ASSERT_MSG
(DYNA_REC,
IsInRangeImm26
(distance),
"
%s(%d): Received too large distance: %
"
PRIx64,
__func__, branch.
type
, distance);
inst = (
0x5
<<
26
) |
MaskImm26
(distance);
Toggle all file notes
0 comments on commit
0334dde
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
0334dde