On Jan 2, 2006, at 16:53, Amos Robinson wrote:
error:imcc:The opcode '_' (<1>) was not found. Check the type and
number
of the
arguments
Looks strange. gdb might help.
Hmm, okay. I was hoping I could've just copied the set_args,
get_results,
and callmethodccs. I'll have a look further into the PCC stuff you did.
Copying these instructions should work after all the directives are
expanded, i.e. when the optimizer sees it.
Ahh, okay. How many ops would you say there are that change contents of
non-LHS args? I don't want to cause too much trouble, but for
used_once I
think some way of checking whether it's one of those is necessary,
even if
I just hard-code the checks.
Just some 'gcd' opcodes with multiple out args come to my mind
currently - but please recheck.
leo