You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libx86emu/files/libx86emu-1.1-gcc10-fno-com...

14 lines
339 B

--- a/include/ops.h
+++ b/include/ops.h
@@ -39,8 +39,8 @@
#ifndef __X86EMU_OPS_H
#define __X86EMU_OPS_H
-void (*x86emu_optab[0x100])(u8 op1) L_SYM;
-void (*x86emu_optab2[0x100])(u8 op2) L_SYM;
+extern void (*x86emu_optab[0x100])(u8 op1) L_SYM;
+extern void (*x86emu_optab2[0x100])(u8 op2) L_SYM;
void decode_cond(int type) L_SYM;