]> Shamusworld >> Repos - rmac/blobdiff - mach.h
Fix movep size optimising when +o3 is enabled. Show available optimisations in the...
[rmac] / mach.h
diff --git a/mach.h b/mach.h
index 46b5db3cd6a3c6f68ca4f9d1aee0162a8cb2b2c6..834f3bd2cc5b0098611678ee061364ee86f37176 100644 (file)
--- a/mach.h
+++ b/mach.h
@@ -19,6 +19,7 @@ extern char rel_error[];
 extern char range_error[];
 extern char abs_error[];
 extern MNTAB machtab[];
+extern int movep;
 
 #endif // __MACH_H__