diff options
Diffstat (limited to 'arch/arm/probes/uprobes/actions-arm.c')
-rw-r--r-- | arch/arm/probes/uprobes/actions-arm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/probes/uprobes/actions-arm.c b/arch/arm/probes/uprobes/actions-arm.c index 1dd4916ba8aa..76eb44972ebe 100644 --- a/arch/arm/probes/uprobes/actions-arm.c +++ b/arch/arm/probes/uprobes/actions-arm.c | |||
@@ -195,8 +195,6 @@ uprobe_decode_ldmstm(probes_opcode_t insn, | |||
195 | } | 195 | } |
196 | 196 | ||
197 | const union decode_action uprobes_probes_actions[] = { | 197 | const union decode_action uprobes_probes_actions[] = { |
198 | [PROBES_EMULATE_NONE] = {.handler = probes_simulate_nop}, | ||
199 | [PROBES_SIMULATE_NOP] = {.handler = probes_simulate_nop}, | ||
200 | [PROBES_PRELOAD_IMM] = {.handler = probes_simulate_nop}, | 198 | [PROBES_PRELOAD_IMM] = {.handler = probes_simulate_nop}, |
201 | [PROBES_PRELOAD_REG] = {.handler = probes_simulate_nop}, | 199 | [PROBES_PRELOAD_REG] = {.handler = probes_simulate_nop}, |
202 | [PROBES_BRANCH_IMM] = {.handler = simulate_blx1}, | 200 | [PROBES_BRANCH_IMM] = {.handler = simulate_blx1}, |