|
Hi
I just had this same problem yesterday. Finally, I think I figured out what the problem was.
The compare script expects your bootstrap code to call sys.init in the usual way with a VM Call statement, (and so putting values on the stack for a non-existant calling function) but since the bootstrap code doesn't contain a return these don't get cleared afterwards and so stay on the stack.
|