fix tipo
This commit is contained in:
parent
9d01611c4c
commit
ee2d3b3a59
@ -2,7 +2,9 @@
|
||||
|
||||
* value.h (struct value): Delete field ``substring_addr''. Change
|
||||
aligner fields to force_doublest_align, force_longest_align,
|
||||
force_core_addr_align and force_pointer_align.
|
||||
force_core_addr_align and force_pointer_aligh.
|
||||
|
||||
* value.h (struct value): Fix typo in above change.
|
||||
|
||||
2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
|
||||
|
||||
|
@ -161,7 +161,7 @@ struct value
|
||||
DOUBLEST force_doublest_align;
|
||||
LONGEST force_longest_align;
|
||||
CORE_ADDR force_core_addr_align;
|
||||
void *force_pointer_aligh;
|
||||
void *force_pointer_align;
|
||||
}
|
||||
aligner;
|
||||
/* Do not add any new members here -- contents above will trash them */
|
||||
|
Loading…
x
Reference in New Issue
Block a user