]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/assembly/freescale/fix-mkanystatus.sh
branch for universe
[helm.git] / matita / contribs / assembly / freescale / fix-mkanystatus.sh
diff --git a/matita/contribs/assembly/freescale/fix-mkanystatus.sh b/matita/contribs/assembly/freescale/fix-mkanystatus.sh
new file mode 100755 (executable)
index 0000000..cba39e2
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+sed -i 's/Mk_any_status((Matita_freescale_status/Mk_any_status(Obj.magic(Matita_freescale_status/g' *.ml
+sed -i 's/match alu with/match (Obj.magic alu) with/g' *.ml
+