aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-10-29 11:18:52 -0500
committerBrent Cook <busterb@gmail.com>2023-10-29 11:18:52 -0500
commit01e3b10f5087dc228696f4c1e8f79f6f6657149d (patch)
treeef34f2e7ea59a31db9e7aba595a9f160c46e1027
parentfca20b23d6065af522c3f2a1b034fa0768d44730 (diff)
downloadportable-01e3b10f5087dc228696f4c1e8f79f6f6657149d.tar.gz
portable-01e3b10f5087dc228696f4c1e8f79f6f6657149d.tar.bz2
portable-01e3b10f5087dc228696f4c1e8f79f6f6657149d.zip
remove conflicting align directives for MASM
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index ef40eed..4c97ae3 100755
--- a/update.sh
+++ b/update.sh
@@ -191,6 +191,7 @@ fixup_masm() {
191 | sed -e 's/|/OR/g' \ 191 | sed -e 's/|/OR/g' \
192 | sed -e 's/~/NOT/g' \ 192 | sed -e 's/~/NOT/g' \
193 | sed -e 's/1 << \([0-9]*\)/1 SHL \1/g' \ 193 | sed -e 's/1 << \([0-9]*\)/1 SHL \1/g' \
194 | sed -e 's/^ALIGN.*//g' \
194 > $2 195 > $2
195} 196}
196 197