Results 1 comments of fkuzume

I found a problem with another issue. `this.regs[n] = ret; ` The above is an incorrect register for the return. `this.regs[d] = ret; ` The correct destination register is regs[d].