diff options
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r-- | gdb/gdbarch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 5afb3db..9d2bac3 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -71,8 +71,7 @@ struct stap_parse_info; gdbarch. */ /* This is a convenience wrapper for 'current_inferior ()->gdbarch'. */ -#define target_gdbarch get_target_gdbarch () -extern struct gdbarch *get_target_gdbarch (void); +extern struct gdbarch *target_gdbarch (void); /* The initial, default architecture. It uses host values (for want of a better choice). */ |