diff options
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 8a6ea31..ab0a0d8 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -809,7 +809,7 @@ sdbout_symbol (decl, local) if (REGNO (value) >= FIRST_PSEUDO_REGISTER) return; } - regno = REGNO (alter_subreg (DECL_RTL (decl))); + regno = REGNO (alter_subreg (&DECL_RTL (decl))); value = DECL_RTL (decl); } /* Don't output anything if an auto variable |