summaryrefslogtreecommitdiff
path: root/test_asm.sh
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2020-09-09 16:45:28 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:22 -0400
commita3b411b9c82010d480ce3bf203dcc8b8600722ce (patch)
tree1fe332f302a79f4007b60fc2c6cb032cc69cb69f /test_asm.sh
parent8f40a62647cd7b961faac6b810053b87502d3994 (diff)
add and mov instruction encoding ported and tested
Diffstat (limited to 'test_asm.sh')
-rwxr-xr-xtest_asm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_asm.sh b/test_asm.sh
index 6a48bf5112..1726a6a4e5 100755
--- a/test_asm.sh
+++ b/test_asm.sh
@@ -3,7 +3,7 @@
clear
-clang -std=gnu99 -Wall ujit_asm.c ujit_asm_tests.c -o asm_test
+clang -std=gnu99 -Wall -Werror -Wshorten-64-to-32 ujit_asm.c ujit_asm_tests.c -o asm_test
./asm_test