From 8856f2ee0e19f50c4c4fb3dc7fccc8150a00da81 Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 21 Apr 2023 18:42:46 +0300 Subject: Refactor asm rendering --- test.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test.bash') diff --git a/test.bash b/test.bash index c6fce55..4441e6c 100644 --- a/test.bash +++ b/test.bash @@ -34,10 +34,9 @@ run_test_simple() { hexdump -Cv ${file_orig_bin} | head -n1 echo ${file_as_bin} hexdump -Cv ${file_as_bin} | head -n1 - break; else echo "OK" - cat ${file_asm} + #cat ${file_asm} fi } -- cgit v1.2.3