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 | |
parent | 7361a433d09358a339e4ea81d5da3f7dd7f1b1ca (diff) |
Fix red
Change-Id: Ia7565dac0f6b9703a5dfff723167620deb218bc3
Diffstat (limited to 'lib')
-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) } } - 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; |