mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 08:38:59 +00:00
tcg/mips: delete commented out extern keyword
Backports commit 8df8d529ed958de4e23dcbf38bd34eff1a4716f2 from qemu
This commit is contained in:
parent
239e9771df
commit
60ef6d016d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue