Re: patch: assemble.pl choosing wrong op sometimes...

2001-09-13 Thread Simon Cozens
On Thu, Sep 13, 2001 at 09:54:35AM -0500, Brian Wheeler wrote: > < if($op=~/$test/) { > --- > > if($op=~/^$test$/) { Seems to be applied as part of your other patch. :)

Re: patch: assemble.pl choosing wrong op sometimes...

2001-09-13 Thread Brian Wheeler
On Thu, 2001-09-13 at 09:52, Jarkko Hietaniemi wrote: > On Thu, Sep 13, 2001 at 09:54:35AM -0500, Brian Wheeler wrote: > > I caught it trying to use inc_i_ic instead of inc_i in a test program I > > was running. this patch fixes it. > > > > Brian > > > > > > Index: assemble.pl > >

Re: patch: assemble.pl choosing wrong op sometimes...

2001-09-13 Thread Jarkko Hietaniemi
On Thu, Sep 13, 2001 at 09:54:35AM -0500, Brian Wheeler wrote: > I caught it trying to use inc_i_ic instead of inc_i in a test program I > was running. this patch fixes it. > > Brian > > > Index: assemble.pl > === > RCS file: /hom

patch: assemble.pl choosing wrong op sometimes...

2001-09-13 Thread Brian Wheeler
I caught it trying to use inc_i_ic instead of inc_i in a test program I was running. this patch fixes it. Brian Index: assemble.pl === RCS file: /home/perlcvs/parrot/assemble.pl,v retrieving revision 1.12 diff -r1.12 assemble.pl 1