diff options
author | Thomas Jarosch <tomj@simonv.com> | 2015-01-12 19:31:39 +0100 |
---|---|---|
committer | Thomas Jarosch <tomj@simonv.com> | 2015-01-12 19:31:39 +0100 |
commit | 799024198f196b71b3afed402bbd7c4ccc4c23b4 (patch) | |
tree | 73259117c995e5c30261cc9e8a778058dda93f75 /lib/unwarminder/unwarm_arm.c | |
parent | 7361a433d09358a339e4ea81d5da3f7dd7f1b1ca (diff) | |
download | rockbox-799024198f196b71b3afed402bbd7c4ccc4c23b4.tar.gz rockbox-799024198f196b71b3afed402bbd7c4ccc4c23b4.zip |
Fix red
Change-Id: Ia7565dac0f6b9703a5dfff723167620deb218bc3
Diffstat (limited to 'lib/unwarminder/unwarm_arm.c')
-rw-r--r-- | lib/unwarminder/unwarm_arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unwarminder/unwarm_arm.c b/lib/unwarminder/unwarm_arm.c index 5d2b8cc044..d0b564fdf9 100644 --- a/lib/unwarminder/unwarm_arm.c +++ b/lib/unwarminder/unwarm_arm.c | |||
@@ -618,7 +618,7 @@ UnwResult UnwStartArm(UnwState * const state) | |||
618 | } | 618 | } |
619 | } | 619 | } |
620 | 620 | ||
621 | UnwPrintd2(" R%d = 0x%08x\n", r, state->regData[r].v); | 621 | UnwPrintd3(" R%d = 0x%08x\n", r, state->regData[r].v); |
622 | } | 622 | } |
623 | 623 | ||
624 | if(!P) addr += U ? 4 : -4; | 624 | if(!P) addr += U ? 4 : -4; |