Changeset 5950


Ignore:
Timestamp:
Feb 21, 2007, 4:57:50 AM (18 years ago)
Author:
Gary Byers
Message:

Continue disassembly after uuo-gc-trap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/X86/x86-disassemble.lisp

    r5368 r5950  
    22642264                   (#xc1 "uuo-error-two-many-args")
    22652265                   (#xc2 "uuo-error-wrong-number-of-args")
    2266                    (#xc4 "uuo-gc-trap")
     2266                   (#xc4 (progn (setq stop nil) "uuo-gc-trap"))
    22672267                   (#xc5 "uuo-alloc")
    22682268                   (#xc6 "uuo-error-not-callable")
Note: See TracChangeset for help on using the changeset viewer.