Changeset 7717


Ignore:
Timestamp:
Nov 24, 2007, 6:23:44 PM (17 years ago)
Author:
Gary Byers
Message:

break->compiler-bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/working-0711/ccl/compiler/X86/x86-lap.lisp

    r6468 r7717  
    3232       (progn
    3333         (when (null (list-length data))
    34            (break "frag-vector freelist is circular"))
     34           (compiler-bug "frag-vector freelist is circular"))
    3535         (setf (pool.data *x86-lap-frag-vector-freelist*) (cdr data))
    3636         (rplacd data nil))
Note: See TracChangeset for help on using the changeset viewer.