Changeset 363


Ignore:
Timestamp:
Jan 22, 2004, 2:52:11 AM (21 years ago)
Author:
Gary Byers
Message:

MAKE-VINSN zeros the GPRS-SET & FPRS-SET fields when pulling a vinsn off
of the freelist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/vinsn.lisp

    r197 r363  
    9191        (setf (vinsn-template vinsn) template
    9292              (vinsn-variable-parts vinsn) nil
    93               (vinsn-annotation vinsn) nil)
     93              (vinsn-annotation vinsn) nil
     94              (vinsn-gprs-set vinsn) 0
     95              (vinsn-fprs-set vinsn) 0)
    9496        vinsn)
    9597      (%make-vinsn template))))
Note: See TracChangeset for help on using the changeset viewer.