Add missing semicolon

From-SVN: r45597
This commit is contained in:
Nick Clifton 2001-09-14 11:11:01 +00:00 committed by Nick Clifton
parent bc591fb46d
commit 5de7e417ea
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
* rtlanal.c (subreg_regno_offset): Add semicolon to end of
invocation of SUBREG_REGNO_OFFSET.
* haifa-sched.c: Fix typo in FSF copyright statement.
* sched-deps.c: Fix typo in FSF copyright statement.
* sched-ebb.c: Fix typo in FSF copyright statement.

View File

@ -2750,7 +2750,7 @@ subreg_regno_offset (xregno, xmode, offset, ymode)
/* Check for an override, and use it instead. */
#ifdef SUBREG_REGNO_OFFSET
ret = SUBREG_REGNO_OFFSET (xregno, xmode, offset, ymode)
ret = SUBREG_REGNO_OFFSET (xregno, xmode, offset, ymode);
#else
if (xregno >= FIRST_PSEUDO_REGISTER)
abort ();