Changeset 5272


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

DEBUG-TRAP-WITH-STRING.

File:
1 edited

Legend:

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

    r4955 r5272  
    695695  (single-value-return))
    696696
     697
     698(defx86lapfunction debug-trap-with-string ((arg arg_z))
     699  (check-nargs 1)
     700  (uuo-error-debug-trap-with-string)
     701  (single-value-return))
     702
    697703;;; end of x86-misc.lisp
Note: See TracChangeset for help on using the changeset viewer.