* dwarf2-frame.c: Fix another comment.

This commit is contained in:
Mark Kettenis 2003-11-27 20:50:43 +00:00
parent e8367dc76a
commit 3e74aeeda6
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-11-27 Mark Kettenis <kettenis@gnu.org>
* dwarf2-frame.c: Fix another comment.
* x86-64-tdep.c (RET_INT_REGS, RET_SSE_REGS): Remove defines.
(x86_64_use_struct_convention, x86_64_extract_return_value,
x86_64_store_return_value): Remove.

View File

@ -102,7 +102,7 @@ enum dwarf2_reg_rule
/* Make certain that 0 maps onto the correct enum value; the
corresponding structure is being initialized using memset zero.
This indicates that CFI didn't provide any information at all
about a register, leaving how to obtain it's value totally
about a register, leaving how to obtain its value totally
unspecified. */
REG_UNSPECIFIED = 0,
/* The term "undefined" comes from the DWARF2 CFI spec which this