diff options
Diffstat (limited to 'gdb/memattr.h')
-rw-r--r-- | gdb/memattr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/memattr.h b/gdb/memattr.h index 1af276b..75b5f78 100644 --- a/gdb/memattr.h +++ b/gdb/memattr.h @@ -6,7 +6,7 @@ enum mem_access_mode { MEM_RW, /* read/write */ MEM_RO, /* read only */ - MEM_WO, /* write only */ + MEM_WO /* write only */ }; enum mem_access_width |