jjkt / zmu

zmu - Emulator for Microcontroller Systems
Apache License 2.0
95 stars 4 forks source link

cortex-m-rtfm/target/thumbv7m-none-eabi/debug/examples/baseline panics at the end #13

Closed jjkt closed 5 years ago

jjkt commented 5 years ago

./target/release/zmu-armv7m run ./tests/cortex-m-rtfm/target/thumbv7m-none-eabi/debug/examples/baseline init(baseline = Instant(0)) foo(baseline = Instant(0)) UART0(baseline = Instant(5526)) UART0(baseline = Instant(10892)) UART0(baseline = Instant(16272)) UART0(baseline = Instant(21652)) panicked at 'called Result::unwrap() on an Err value: ()', src/libcore/result.rs:997:5

Note: the panic print comes from the emulated code itself, it's not host panic