diff options
Diffstat (limited to 'arch/arm/kernel/kprobes-thumb.c')
| -rw-r--r-- | arch/arm/kernel/kprobes-thumb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/kprobes-thumb.c b/arch/arm/kernel/kprobes-thumb.c index 8f96ec778e8..6123daf397a 100644 --- a/arch/arm/kernel/kprobes-thumb.c +++ b/arch/arm/kernel/kprobes-thumb.c @@ -660,7 +660,7 @@ static const union decode_item t32_table_1111_100x[] = {  	/* LDRSB (literal)	1111 1001 x001 1111 xxxx xxxx xxxx xxxx */  	/* LDRH (literal)	1111 1000 x011 1111 xxxx xxxx xxxx xxxx */  	/* LDRSH (literal)	1111 1001 x011 1111 xxxx xxxx xxxx xxxx */ -	DECODE_EMULATEX	(0xfe5f0000, 0xf81f0000, t32_simulate_ldr_literal, +	DECODE_SIMULATEX(0xfe5f0000, 0xf81f0000, t32_simulate_ldr_literal,  						 REGS(PC, NOSPPCX, 0, 0, 0)),  	/* STRB (immediate)	1111 1000 0000 xxxx xxxx 1xxx xxxx xxxx */  |