vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Sat, May 14, 2005 at 09:43:54PM +0200, Toni Mueller wrote: > > The difference is only one assembler statement which I don't know what > it means, or how to debug this further. Any insight is greatly > appreciated! [...] > > $ diff -u /tmp/route.s /tmp/route.s.new > --- /tmp/route.s Sat May 14 18:06:01 2005 > +++ /tmp/route.s.new Sat May 14 18:04:12 2005 > @@ -2104,7 +2104,7 @@ > ret > .L306: > pushl $.LC9 > - pushl $1028 > + pushl $995 > pushl $.LC10 > pushl $.LC11 > call __assert that would be the line number to output if the assertion was wrong. your patch moved a KASSERT statement from line 1028 to line 995 |