diff options
Diffstat (limited to 'gdb/nat/x86-dregs.c')
-rw-r--r-- | gdb/nat/x86-dregs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nat/x86-dregs.c b/gdb/nat/x86-dregs.c index 47209cf..9bef16a 100644 --- a/gdb/nat/x86-dregs.c +++ b/gdb/nat/x86-dregs.c @@ -251,7 +251,7 @@ Invalid hardware breakpoint type %d in x86_length_and_rw_bits.\n"), case 4: return (DR_LEN_4 | rw); case 8: - if (TARGET_HAS_DR_LEN_8) + if (TARGET_HAS_DR_LEN_8) return (DR_LEN_8 | rw); /* FALL THROUGH */ default: |