Skip to content
Snippets Groups Projects
Commit 8df8d529 authored by Jiang Biao's avatar Jiang Biao Committed by Richard Henderson
Browse files

tcg/mips: delete commented out extern keyword.


Delete commented out extern keyword on link_error().

Signed-off-by: default avatarJiang Biao <jiang.biao2@zte.com.cn>
Message-Id: <1506762042-32145-1-git-send-email-jiang.biao2@zte.com.cn>
Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent a505785c
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
#else
/* To assert at compile-time that these values are never used
for TCG_TARGET_REG_BITS == 64. */
/* extern */ int link_error(void);
int link_error(void);
# define LO_OFF link_error()
# define HI_OFF link_error()
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment