Re: [pypy-dev] .NET build failures

2006-07-21 Thread Antonio Cuni
[EMAIL PROTECTED] wrote: Hi Antocuni, Hi Ben, I ran the .NET build last night and it got a lot further. The errors I get now are: [translation:ERROR] * FAILURE * [translation:ERROR] [translation:ERROR] c:\docume~1\ben~1.you\locals~1\temp\usession-16\main.il(66076) : error --

Re: [pypy-dev] .NET build failures

2006-07-20 Thread Ben . Young
To reply to myself :) The problem appears to be in the _check function in opcodes.py. This generates a number for the jump at opcode creation time. Therefore, if an opcode is used twice in a block then you get the error. I guess the solution would be to create a _check micro instruction that