From 9fd2eba95beb6c9ce6fb26e1442aa2f68aac9b1f Mon Sep 17 00:00:00 2001 From: Oxore Date: Sun, 4 Feb 2024 19:51:35 +0300 Subject: Impl deep graph walk and distinct jump following option This commit changes the default behavior which technically breaks backwards compatibility. It would be a concern if somebody else besides me is using this tool, but I doubt it would be the case, LOL. --- test_random.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_random.bash') diff --git a/test_random.bash b/test_random.bash index accb975..6d2b17c 100644 --- a/test_random.bash +++ b/test_random.bash @@ -7,7 +7,7 @@ AS=m68k-none-elf-as OBJCOPY=m68k-none-elf-objcopy LD="m68k-none-elf-ld -Ttest.ld" -DISASM="./cmake-build/m68k-disasm -frdc -fxrefs-to -fxrefs-from -flabels -frel-labels -fabs-labels -fshort-ref-local-labels -fimm-hex" +DISASM="./cmake-build/m68k-disasm -frdc -fxrefs-to -fxrefs-from -flabels -frel-labels -fabs-labels -fshort-ref-local-labels -fimm-hex -ffollow-jumps" TEST_DIR=/tmp/m68k-disasm-random-tests set -e -- cgit v1.2.3