diff options
author | Brent Cook <busterb@gmail.com> | 2023-11-01 20:48:51 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-11-01 20:48:51 -0500 |
commit | 60f4156d768ee3e60e92f59ea9d03e6957da3bc9 (patch) | |
tree | da74e6831deb42679f7b41d86eef53a153e3169b /update.sh | |
parent | 5319ff3b1761852b54cdfffc832f8797dd7babea (diff) | |
parent | 321fa56d9af8f4cb0ce7cd69d4f91b8c1a37b7a8 (diff) | |
download | portable-60f4156d768ee3e60e92f59ea9d03e6957da3bc9.tar.gz portable-60f4156d768ee3e60e92f59ea9d03e6957da3bc9.tar.bz2 portable-60f4156d768ee3e60e92f59ea9d03e6957da3bc9.zip |
Land #909, Fix processor detection with Cmake
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||