Changeset 8373


Ignore:
Timestamp:
Jan 29, 2008, 6:54:24 PM (17 years ago)
Author:
R. Matthew Emerson
Message:

Keep using 16-bit nargs on x8664. (Will merge with trunk later,
and pick up 32-bit nargs at that point.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ia32/lisp-kernel/x86-macros.s

    r8360 r8373  
    417417        jump_fn()
    418418])     
    419        
     419
     420ifdef([X8632],[
    420421define([set_nargs],[
    421422        movl [$]$1<<fixnumshift,%nargs
    422 ])
     423])],[
     424define([set_nargs],[
     425        movw [$]$1<<fixnumshift,%nargs
     426])])
     427
    423428
    424429/* $1 = ndigits.  Assumes 4-byte digits           */
Note: See TracChangeset for help on using the changeset viewer.