On Wed, 2001-10-03 at 14:43, Leon Brocard wrote: > Leon Brocard sent the following bits through the ether: > > > It's all greek to me, Leon > > The following bytecode: > > 00000075 [000001d4]: 00000032 00000008 0000000a 00000008 >gt_nc_ic N8, [nc:10], L2 > > is wrong. It shouldn't be [nc:10]. 10 is the numeric constant which > should have been in the constant table ([nc:10] refers to the 10th > constant, there are only constants 0-6 hence the crash), so I point > the finger at the assembler (of which I little). But I know more about > debugging coredumps now, honest.
Its sort of the assembler, but an easy fix is to make the constant "10.0" instead of 10. Brian > > Leon > -- > Leon Brocard.............................http://www.astray.com/ > Nanoware...............................http://www.nanoware.org/ > > ... I tried to think but nothing happened!