Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tests/tcg/tricore: Bump cpu to tc37x
we don't want to exclude ISA v1.6.2 insns from our tests.

Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <20230828112651.522058-2-kbastian@mail.uni-paderborn.de>
  • Loading branch information
bkoppelmann committed Sep 28, 2023
1 parent 36e9aab commit d97fa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tcg/tricore/Makefile.softmmu-target
Expand Up @@ -25,7 +25,7 @@ TESTS += test_muls.asm.tst
TESTS += test_boot_to_main.c.tst
TESTS += test_context_save_areas.c.tst

QEMU_OPTS += -M tricore_testboard -cpu tc27x -nographic -kernel
QEMU_OPTS += -M tricore_testboard -cpu tc37x -nographic -kernel

%.pS: $(ASM_TESTS_PATH)/%.S
$(CC) -E -o $@ $<
Expand Down

0 comments on commit d97fa9a

Please sign in to comment.