FrBrGeorge opened this issue 3 years ago · 0 comments
When running something like
li a7, 12 ecall
in this manner: rars nc this_program.s < /dev/null got Exception in thread "main" java.lang.NullPointerException
rars nc this_program.s < /dev/null
The problem is here: .readLine() just returns null.
.readLine()
#150 is simple fix to the problem.