mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 06:35:39 +00:00
CodeView: Fix missing bl details
This commit is contained in:
parent
643b218c1d
commit
c1afdc6f47
@ -496,7 +496,7 @@ void CCodeView::OnPaint(wxPaintEvent& event)
|
|||||||
|
|
||||||
// look for hex strings to decode branches
|
// look for hex strings to decode branches
|
||||||
std::string hex_str;
|
std::string hex_str;
|
||||||
size_t pos = operands.find("0x8");
|
size_t pos = operands.find("0x");
|
||||||
if (pos != std::string::npos)
|
if (pos != std::string::npos)
|
||||||
{
|
{
|
||||||
hex_str = operands.substr(pos);
|
hex_str = operands.substr(pos);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user