Change-Id: Ia7565dac0f6b9703a5dfff723167620deb218bc3
This commit is contained in:
Thomas Jarosch 2015-01-12 19:31:39 +01:00
parent 7361a433d0
commit 799024198f

View file

@ -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;