Changeset 5270


Ignore:
Timestamp:
Sep 27, 2006, 4:34:53 AM (18 years ago)
Author:
Gary Byers
Message:

On x8664, use a new UUO for BUG. (Not passing context into the kernel
makes it too difficult to debug/get backtrace, etc.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-0/l0-misc.lisp

    r5200 r5270  
    8080(defun bug (arg)
    8181  (if (typep arg 'simple-base-string)
     82    #+x8664-target
     83    (debug-trap-with-string arg)
     84    #-x8664-target
    8285    (let* ((len (length arg)))
    8386      (%stack-block ((buf (1+ len)))
Note: See TracChangeset for help on using the changeset viewer.