diff options
Diffstat (limited to 'tests/xtensa/Makefile')
-rw-r--r-- | tests/xtensa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xtensa/Makefile b/tests/xtensa/Makefile index 15d39dace1..8713af16eb 100644 --- a/tests/xtensa/Makefile +++ b/tests/xtensa/Makefile @@ -4,7 +4,7 @@ CROSS=xtensa-dc232b-elf- ifndef XT SIM = qemu-system-xtensa -SIMFLAGS = -M dc232b -nographic -semihosting $(EXTFLAGS) -kernel +SIMFLAGS = -M sim -cpu dc232b -nographic -semihosting $(EXTFLAGS) -kernel SIMDEBUG = -s -S else SIM = xt-run |