Fix typo in applying last patch.

This commit is contained in:
Andreas Jaeger 1999-11-23 15:57:26 +00:00
parent 58f68573b9
commit 119fab9878
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ static inline ElfW(Addr)
elf_machine_dynamic (void)
{
register ElfW(Addr) gp __asm__ ("$28");
return elf_mips_got_from_gpreg (gp);
return *elf_mips_got_from_gpreg (gp);
}