tcg/mips: delete commented out extern keyword

Backports commit 8df8d529ed958de4e23dcbf38bd34eff1a4716f2 from qemu
This commit is contained in:
Jiang Biao 2018-03-05 03:24:18 -05:00 committed by Lioncash
parent 239e9771df
commit 60ef6d016d
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -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