On Fri, 2006-01-13 at 17:01 +0100, Leopold Toetsch wrote:
> ... making argument
> > count mismatch detection work with '.param'? 
> 
> That's as easy as emitting one instruction in main:
> 
>    errorson 0x0C

Wow, it really does work. Thanks! Although it misses the case where the
called sub has zero .params:

   .sub 'main' :main
      errorson 0x0C
      foo(5)
   .end
   .sub foo
      print "Not OK\n"
   .end

> 885/4851 subtests failing, 81,76% okay.

Wow, that's a lot of tests affected by this one thing.

Regards,
Roger Browne


Reply via email to