Greetings,
I am using VMMaker on RasPi3 Raspian 32 bit.
I have built the gdbarm32 debugger plugin and am trying to generate the VM source code.
I hit an assert because
#'strcpy:_:' numArgs. --> -1
I notice that in Cuis,
#'strcpy:_:' numArgs. --> 2
Perhaps a recent change in #Character>>isLetter ..??
Changing the test in #String>>numArgs so that $_ is allowed in place of letters allows codegen to complete.
Am I doing the right thing here?
Thanks much,
-KenD
_______________________________________________
VM-beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners
-KenD