main.rs: remove commented-out ecall code
authorKit Rhett Aultman <kit@kitaultman.com>
Mon, 2 Sep 2024 23:31:18 +0000 (19:31 -0400)
committerKit Rhett Aultman <kit@kitaultman.com>
Mon, 2 Sep 2024 23:31:18 +0000 (19:31 -0400)
commite12724f2b9474014375e1147fb1f4c0ab3ab7318
tree8ae0a338b6dbc029e4f059cc11883f057232244a
parent934a8b734c89102ad02c39811aad55d22c66cc9e
main.rs: remove commented-out ecall code

Before the commits supporting interrupts from the UART, it's worth
stopping to clean up a little bit.  This commented-out code to execute
ecall (which triggers an exception and thus exercises the exception
handler) isn't really needed going forward, so this commit drops it.
src/main.rs