* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Fix typo.

From-SVN: r35063
This commit is contained in:
Mark Mitchell 2000-07-16 21:02:37 +00:00 committed by Mark Mitchell
parent 96eab8e2dd
commit 274077a44c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-07-16 Mark Mitchell <mark@codesourcery.com>
* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Fix typo.
2000-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.

View File

@ -626,7 +626,7 @@ expand_builtin_init_dwarf_reg_sizes (address)
rtx addr = expand_expr (address, NULL_RTX, VOIDmode, 0);
rtx mem = gen_rtx_MEM (mode, addr);
i = MAX (FIRST_PSEUDO_REGISTER, DWARF_FRAME_REGISTERS);
i = MIN (FIRST_PSEUDO_REGISTER, DWARF_FRAME_REGISTERS);
while (i--)
{
int offset = DWARF_FRAME_REGNUM (i) * GET_MODE_SIZE (mode);