Re: 386 JIT broken

2002-02-02 Thread Daniel Grunblatt
Yes, it's a known bug, the problem is with the output of objdump. We need to write a tool to assemble. Daniel Grunblatt. On Sat, 2 Feb 2002, Mattia Barbon wrote: > I'm sorry if this is a known bug. > my.pasm ( useless, just a contrived example ): > set I1, 12 > FOO: > if I1, FO

386 JIT broken

2002-02-02 Thread Mattia Barbon
I'm sorry if this is a known bug. my.pasm ( useless, just a contrived example ): set I1, 12 FOO: if I1, FOO BAR: if I1, BAR if I1, FOO end assembly: 0x816bda8: push %ebp 0x816bda9: mov%esp,%ebp 0x816bdab: int3 0x816bdac: movl $0x