File xxx.patch of Package uae
diff a/src/include/newcpu.h b/src/include/newcpu.h
--- a/src/include/newcpu.h
+++ b/src/include/newcpu.h
@@ -84,7 +84,7 @@
#endif
#endif
-extern struct regstruct
+struct regstruct
{
uae_u32 regs[16];
struct flag_struct ccrflags;
@@ -127,7 +127,8 @@
uae_u8 panic;
uae_u32 panic_pc, panic_addr;
-} regs, lastint_regs;
+};
+extern struct regstruct regs, lastint_regs;
typedef struct {
uae_u16* location;