diff options
author | Oxore <oxore@protonmail.com> | 2023-05-01 12:37:48 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-01 12:37:48 +0300 |
commit | 666b07b0d61d10834533fcbdd870080d9ad1948d (patch) | |
tree | bd2ad841ec741527ed75edca5075a5220835db9c /test_random.bash | |
parent | 2a4c7440706e57887c0d92397dc5aafce0a3932e (diff) |
Fix MOVEM boundary check
Diffstat (limited to 'test_random.bash')
-rw-r--r-- | test_random.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_random.bash b/test_random.bash index 20de9cd..a6e6d9d 100644 --- a/test_random.bash +++ b/test_random.bash @@ -8,7 +8,7 @@ AS=m68k-none-elf-as OBJCOPY=m68k-none-elf-objcopy LD="m68k-none-elf-ld -Ttest.ld" DISASM="./cmake-build/m68k-disasm -fabs-marks -frel-marks -fmarks" -TEST_DIR=/tmp/m68k-disasm-tests +TEST_DIR=/tmp/m68k-disasm-random-tests set -e CRED="\033[31m" |