aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/break-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/break-common.h')
-rw-r--r--gdbsupport/break-common.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdbsupport/break-common.h b/gdbsupport/break-common.h
index 82a9b3e..33a24aa 100644
--- a/gdbsupport/break-common.h
+++ b/gdbsupport/break-common.h
@@ -21,11 +21,11 @@
#define COMMON_BREAK_COMMON_H
enum target_hw_bp_type
- {
- hw_write = 0, /* Common HW watchpoint */
- hw_read = 1, /* Read HW watchpoint */
- hw_access = 2, /* Access HW watchpoint */
- hw_execute = 3 /* Execute HW breakpoint */
- };
+{
+ hw_write = 0, /* Common HW watchpoint */
+ hw_read = 1, /* Read HW watchpoint */
+ hw_access = 2, /* Access HW watchpoint */
+ hw_execute = 3 /* Execute HW breakpoint */
+};
#endif /* COMMON_BREAK_COMMON_H */