forked from len0rd/rockbox
Fix red
Change-Id: Ia7565dac0f6b9703a5dfff723167620deb218bc3
This commit is contained in:
parent
7361a433d0
commit
799024198f
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ UnwResult UnwStartArm(UnwState * const state)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
UnwPrintd2(" R%d = 0x%08x\n", r, state->regData[r].v);
|
UnwPrintd3(" R%d = 0x%08x\n", r, state->regData[r].v);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!P) addr += U ? 4 : -4;
|
if(!P) addr += U ? 4 : -4;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue