• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão8df8d529ed958de4e23dcbf38bd34eff1a4716f2 (tree)
Hora2017-10-11 01:45:01
AutorJiang Biao <jiang.biao2@zte....>
CommiterRichard Henderson

Mensagem de Log

tcg/mips: delete commented out extern keyword.

Delete commented out extern keyword on link_error().

Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>
Message-Id: <1506762042-32145-1-git-send-email-jiang.biao2@zte.com.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

Mudança Sumário

Diff

--- a/tcg/mips/tcg-target.inc.c
+++ b/tcg/mips/tcg-target.inc.c
@@ -36,7 +36,7 @@
3636 #else
3737 /* To assert at compile-time that these values are never used
3838 for TCG_TARGET_REG_BITS == 64. */
39-/* extern */ int link_error(void);
39+int link_error(void);
4040 # define LO_OFF link_error()
4141 # define HI_OFF link_error()
4242 #endif