Oops, missed DanielJ's tipo.
This commit is contained in:
parent
76860b5fb3
commit
2af496cb21
2 changed files with 2 additions and 2 deletions
|
@ -2594,7 +2594,7 @@ extern int gdbarch_update_p (struct gdbarch_info info);
|
||||||
The per-architecture data-pointer is either initialized explicitly
|
The per-architecture data-pointer is either initialized explicitly
|
||||||
(set_gdbarch_data()) or implicitly (by INIT() via a call to
|
(set_gdbarch_data()) or implicitly (by INIT() via a call to
|
||||||
gdbarch_data()). FREE() is called to delete either an existing
|
gdbarch_data()). FREE() is called to delete either an existing
|
||||||
data-poitner overridden by set_gdbarch_data() or when the
|
data-pointer overridden by set_gdbarch_data() or when the
|
||||||
architecture object is being deleted.
|
architecture object is being deleted.
|
||||||
|
|
||||||
When a previously created architecture is re-selected, the
|
When a previously created architecture is re-selected, the
|
||||||
|
|
|
@ -1085,7 +1085,7 @@ extern int gdbarch_update_p (struct gdbarch_info info);
|
||||||
The per-architecture data-pointer is either initialized explicitly
|
The per-architecture data-pointer is either initialized explicitly
|
||||||
(set_gdbarch_data()) or implicitly (by INIT() via a call to
|
(set_gdbarch_data()) or implicitly (by INIT() via a call to
|
||||||
gdbarch_data()). FREE() is called to delete either an existing
|
gdbarch_data()). FREE() is called to delete either an existing
|
||||||
data-poitner overridden by set_gdbarch_data() or when the
|
data-pointer overridden by set_gdbarch_data() or when the
|
||||||
architecture object is being deleted.
|
architecture object is being deleted.
|
||||||
|
|
||||||
When a previously created architecture is re-selected, the
|
When a previously created architecture is re-selected, the
|
||||||
|
|
Loading…
Add table
Reference in a new issue