workaround a problem with the harmattan gcc
[drnoksnes] / 65c816.h
index 4a1d122..6187855 100644 (file)
--- a/65c816.h
+++ b/65c816.h
@@ -118,6 +118,5 @@ struct SRegisters{
 } PACKING;
 
 #define Registers      CPU.Regs
-//EXTERN_C struct SRegisters Registers;
 
 #endif