Fix mips build

Change-Id: Ia2dc2e07740bdbb91ee92bfea459230015fcc99b
diff --git a/linker/linker.cpp b/linker/linker.cpp
index c63ac35..f8963b5 100644
--- a/linker/linker.cpp
+++ b/linker/linker.cpp
@@ -2281,7 +2281,7 @@
 #endif
 
 #if defined(__mips__)
-  if (!mips_relocate_got(this)) {
+  if (!mips_relocate_got(this, local_group)) {
     return false;
   }
 #endif