From 220e905af625ca8e433249e2cb74dfbaa2d252c3 Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 4 Oct 2024 00:06:46 +0300 Subject: Add Sierra ASM68 support --- tests/test_random.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_random.bash') diff --git a/tests/test_random.bash b/tests/test_random.bash index 3c7a0d2..60e66a0 100644 --- a/tests/test_random.bash +++ b/tests/test_random.bash @@ -30,7 +30,7 @@ run_test_random() { echo -ne "Test random, pass ${pass_number}... " dd if=/dev/urandom of=${file_orig_bin} bs=1024 count=${blocks_count} >/dev/null 2>&1 ${DISASM} -o ${file_asm} ${file_orig_bin} - ${AS} -o ${file_as_o} ${file_asm} + ${AS} -m68000 -o ${file_as_o} ${file_asm} ${LD} -o ${file_as_elf} ${file_as_o} ${OBJCOPY} ${file_as_elf} -O binary ${file_as_bin} if ! cmp ${file_orig_bin} ${file_as_bin}; then -- cgit v1.2.3