Disable compressed instructions in QEMU

This commit is contained in:
Rodrigo Arias 2024-01-22 13:40:51 +01:00
parent f63408f361
commit f8472b79e6

View File

@ -33,7 +33,7 @@ cd "$TMPDIR"
#QEMU_KERNEL_PARAMS="boot.trace boot.debug1"
# Trap the CPU on compressed instructions?
#TRAP_COMPRESSED="-cpu rv64,c=false"
TRAP_COMPRESSED="-cpu rv64,c=false"
CUSTOM_BIOS="-bios $OPENSBI/share/opensbi/lp64/generic/firmware/fw_payload.bin"
#CUSTOM_BIOS="-bios $OPENSBI/share/opensbi/lp64/generic/firmware/fw_jump.elf"