summaryrefslogtreecommitdiff
path: root/gdb/remote-rdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-rdi.c')
-rw-r--r--gdb/remote-rdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdi.c b/gdb/remote-rdi.c
index 75a6e534ae7..b50da48a3d7 100644
--- a/gdb/remote-rdi.c
+++ b/gdb/remote-rdi.c
@@ -675,7 +675,7 @@ arm_rdi_insert_breakpoint (CORE_ADDR addr, char *contents_cache)
struct local_bp_list_entry *entry;
int type = RDIPoint_EQ;
- if (arm_pc_is_thumb (addr) || arm_pc_is_thumb_dummy (addr))
+ if (arm_pc_is_thumb (addr))
type |= RDIPoint_16Bit;
rslt = angel_RDI_setbreak (addr, type, 0, &point);
if (rslt != RDIError_NoError)