Changeset 5253


Ignore:
Timestamp:
Sep 24, 2006, 6:57:20 PM (18 years ago)
Author:
Gary Byers
Message:

LOAD-CHARACTER-CONSTANT: it's been a :u32const for the last few weeks ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/X86/X8664/x8664-vinsns.lisp

    r5237 r5253  
    30793079
    30803080(define-x8664-vinsn load-character-constant (((dest :lisp))
    3081                                              ((code :u8const))
     3081                                             ((code :u32const))
    30823082                                             ())
    30833083  (movl (:$l (:apply logior (:apply ash code 8) x8664::subtag-character))
Note: See TracChangeset for help on using the changeset viewer.