]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed "extern"
authorZhi-Gang Liu <zliu@tilera.com>
Wed, 15 Apr 2015 02:16:37 +0000 (02:16 +0000)
committerZhi-Gang Liu <zliu@tilera.com>
Wed, 15 Apr 2015 02:16:37 +0000 (02:16 +0000)
Delete extern in front of function TILEGXInstr *TILEGXInstr_Acas(.)
in host_tilegx_defs.c.

By: Zhi-Gang Liu

git-svn-id: svn://svn.valgrind.org/vex/trunk@3132

VEX/priv/host_tilegx_defs.c

index d7eea6c747909338557db1978a30b24ec92f6476..92ca2c7c54ee6052d0fc6408a2af51b082e3251a 100644 (file)
@@ -765,8 +765,8 @@ TILEGXInstr *TILEGXInstr_Bf ( TILEGXBfOp op, HReg dst, HReg src,
   return i;
 }
 
-extern TILEGXInstr *TILEGXInstr_Acas ( TILEGXAcasOp op, HReg old,
-                                       HReg addr, HReg exp, HReg new, UInt sz )
+TILEGXInstr *TILEGXInstr_Acas ( TILEGXAcasOp op, HReg old,
+                                HReg addr, HReg exp, HReg new, UInt sz )
 {
   TILEGXInstr *i = LibVEX_Alloc(sizeof(TILEGXInstr));
   i->tag = GXin_Acas;