Save failed stack trace code for future reference.

This commit is contained in:
2025-03-08 18:39:27 +00:00
parent 4b8388c66d
commit da6690fd8b
14 changed files with 335 additions and 122 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ else
fi
# Set up test-specific flags
if [ $is_test -eq 1 ]; then
if [$is_test]; then
test_flags="-device isa-debug-exit,iobase=0xf4,iosize=0x04 -display none"
serial_flags="-serial stdio"
else