aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-11-01 20:48:51 -0500
committerBrent Cook <busterb@gmail.com>2023-11-01 20:48:51 -0500
commit60f4156d768ee3e60e92f59ea9d03e6957da3bc9 (patch)
treeda74e6831deb42679f7b41d86eef53a153e3169b /update.sh
parent5319ff3b1761852b54cdfffc832f8797dd7babea (diff)
parent321fa56d9af8f4cb0ce7cd69d4f91b8c1a37b7a8 (diff)
downloadportable-60f4156d768ee3e60e92f59ea9d03e6957da3bc9.tar.gz
portable-60f4156d768ee3e60e92f59ea9d03e6957da3bc9.tar.bz2
portable-60f4156d768ee3e60e92f59ea9d03e6957da3bc9.zip
Land #909, Fix processor detection with Cmake
Diffstat (limited to 'update.sh')
-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