commit | ad111ce46674a473370d302325db8f418ac4fe92 | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@yxit.co.uk> | Wed Apr 06 11:17:11 2011 +0100 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Thu Apr 28 23:40:55 2011 -0400 |
tree | f99fc1a1dd357e431f8be4ca0b9784d8ad7797f8 | |
parent | a539f5d46c868cb1f37b92e62e040b400571aed4 [diff] |
ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions. Probing these instructions was corrupting R0 because the emulation code didn't account for the fact that they don't write a result to a register. Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>