Fix some warnings (#2399)
This commit is contained in:
parent
159bcbfdbc
commit
c18cb1b192
13 changed files with 9 additions and 35 deletions
|
@ -45,7 +45,6 @@ void CallstackWidget::OnDebugModeEntered() {
|
|||
if (ARM_Disasm::Decode(insn) == OP_BL) {
|
||||
std::string name;
|
||||
// ripped from disasm
|
||||
u8 cond = (insn >> 28) & 0xf;
|
||||
u32 i_offset = insn & 0xffffff;
|
||||
// Sign-extend the 24-bit offset
|
||||
if ((i_offset >> 23) & 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue