jjkt / zmu

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

Clears SW pended interrupt on exception entry #19

Closed jjkt closed 5 years ago

jjkt commented 5 years ago

Otherwise the same interrupt might be re-entered again after it is exited on next nvic operation.

Closes #13