mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-11 05:46:12 +00:00
tcg/mips: delete commented out extern keyword
Backports commit 8df8d529ed958de4e23dcbf38bd34eff1a4716f2 from qemu
This commit is contained in:
parent
239e9771df
commit
60ef6d016d
|
@ -36,7 +36,7 @@
|
||||||
#else
|
#else
|
||||||
/* To assert at compile-time that these values are never used
|
/* To assert at compile-time that these values are never used
|
||||||
for TCG_TARGET_REG_BITS == 64. */
|
for TCG_TARGET_REG_BITS == 64. */
|
||||||
/* extern */ int link_error(void);
|
int link_error(void);
|
||||||
# define LO_OFF link_error()
|
# define LO_OFF link_error()
|
||||||
# define HI_OFF link_error()
|
# define HI_OFF link_error()
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue