Re: packfile and EXEC

2003-08-14 Thread Leopold Toetsch
Daniel Grunblatt <[EMAIL PROTECTED]> wrote: > Just checked in a patch that should solve it, but it's temporary since it's > overwriting something somewhere :), I'll track it down. Works for me. > Daniel. leo

packfile and EXEC

2003-08-14 Thread Leopold Toetsch
I started extending the packfile functions towards multiple code segments. First is still some cleanup, but I already have troubles with the EXEC stuff :-( $ parrot -o mops.pbc mops.pasm $ parrot -j mops.pbc 782.604453 M op/s $ parrot -o mops.o mops.pbc $ make exec EXEC=mops exec_start.c cc -o m

Re: packfile and EXEC

2003-08-14 Thread Daniel Grunblatt
On Wednesday 13 August 2003 12:28, Daniel Grunblatt wrote: > On Wednesday 13 August 2003 05:07, Leopold Toetsch wrote: > > I started extending the packfile functions towards multiple code > > segments. First is still some cleanup, but I already have troubles with > > the EXEC stuff :-( > > I could

Re: packfile and EXEC

2003-08-14 Thread Daniel Grunblatt
On Wednesday 13 August 2003 05:07, Leopold Toetsch wrote: > I started extending the packfile functions towards multiple code > segments. First is still some cleanup, but I already have troubles with > the EXEC stuff :-( I could not reproduce the error here. > The debugger doesn't really like this