[cc65] da65 hangs in infinite loop

From: MagerValp <MagerValp1cling.gu.se>
Date: 2007-06-12 01:19:32
Putting a label in the middle of a wordtable hangs da65 with 100% cpu usage:

GLOBAL {
  COMMENTS 2;
  LABELBREAK 2;
  INPUTNAME "ult3.prg";
  OUTPUTNAME "ult3.s";
  STARTADDR $4ffe;
};

RANGE { START $4ffe; END $4fff; TYPE WordTable; COMMENT "load address"; };
LABEL { NAME "whirlpool_ydelta"; ADDR $4fff; };

I'm using a CVS snapshot from august 2006. Hmm, maybe it's time to
upgrade...

-- 
    ___          .     .  .         .       . +  .         .      o   
  _|___|_   +   .  +     .     +         .  Per Olofsson, arkadspelare
    o-o    .      .     .   o         +          MagerValp@cling.gu.se
     -       +            +    .     http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Jun 12 01:19:49 2007

This archive was generated by hypermail 2.1.8 : 2007-06-12 01:20:00 CEST