You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👍 But again thanks for the work in compilers. Especially the book "Language Implementation Patterns" I got it back in 2011 and still read it today. I was actually revisiting this talk and implementing the svm while learning rust.
simple-virtual-machine/src/vm/VM.java
Line 91 in 2e8c018
The ip should not be moved forward after updating it
ip = code[ip];
The text was updated successfully, but these errors were encountered: