On Tue, 25 Apr 2006, Leopold Toetsch via RT wrote:
> On Apr 25, 2006, at 17:34, Andy Dougherty (via RT) wrote:
>
> > Previously, I expect the only reason it was passing for some folks is
> > that
> > unused I registers are somehow automatically set to 0 on Linux/x86.
> Unitialized I and N regs
On Apr 25, 2006, at 17:34, Andy Dougherty (via RT) wrote:
Previously, I expect the only reason it was passing for some folks is
that
unused I registers are somehow automatically set to 0 on Linux/x86.
Unitialized I and N regs have more or less garbage. See also:
$ ./parrot --help-debug
$ ./p
On Tuesday 25 April 2006 08:34, Andy Dougherty wrote:
> The following patch fixes what I presume is a typo in t/pmc/file.t.
> Previously, I expect the only reason it was passing for some folks is that
> unused I registers are somehow automatically set to 0 on Linux/x86.
I'm not entirely sure that
# New Ticket Created by Andy Dougherty
# Please include the string: [perl #38978]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=38978 >
The following patch fixes what I presume is a typo in t/pmc/file.t.
Previously, I e