AntonLydike / riscemu

RISC-V emulator in python
MIT License
48 stars 13 forks source link

Disable output "[CPU] Program exited with code 0" #14

Closed tobiasgrosser closed 1 year ago

tobiasgrosser commented 2 years ago

riscemu prints "[CPU] Program exited with code 0". This seems unnecessary. If I would want to get the output value, I can just check $?. In fact, this default output value makes it feel that riscemu is running in debug mode. Would it make sense to disable this output either completely, add a flag to --silent it, or only enable it in some kind of --verbose mode?

AntonLydike commented 2 years ago

Fixed in bb770ab43c3d1d84710925339eacad9032d0b7cb, The 2.0.3 release will probably roll out on monday!