RE: [COMMIT] disassemble.pl

2001-09-21 Thread Brent Dax
Simon Cozens: # +if (($] >= 5.006) && ($PConfig{ivsize} == $PConfig{longsize}) ) { The version check is no longer necessary, since Configure.pl now detects longsize itself. --Brent Dax [EMAIL PROTECTED] They *will* pay for what they've done.

Re: [COMMIT] disassemble.pl

2001-09-21 Thread Nathan Torkington
Simon Cozens writes: > I've just checked this in because the disassembler has come adrift > from the assembler. I don't know if this is the right fix, because > it feels like a hack, but it seems to work well enough for me to > debug some failing tests. Maybe one of the tests should be to disasse

[COMMIT] disassemble.pl

2001-09-21 Thread Simon Cozens
I've just checked this in because the disassembler has come adrift from the assembler. I don't know if this is the right fix, because it feels like a hack, but it seems to work well enough for me to debug some failing tests. Index: disassemble.pl ==