Changeset 5423


Ignore:
Timestamp:
Oct 24, 2006, 12:29:14 AM (18 years ago)
Author:
Gary Byers
Message:

Fix :ALLOW-OTHER-KEYS check in _SPdestbind1 (still used in inlining, sometimes.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/x86-spentry64.s

    r5273 r5423  
    28812881local_label(opt):       
    28822882        __(movw %nargs,%imm0_w)
    2883         __(shrl $8,%imm0_l)
     2883        __(shrw $8,%imm0_w)
    28842884        __(je local_label(rest_keys))
    28852885        __(btl $initopt_bit,%nargs_l)
     
    30013001        __(subl $1,%imm0_l)
    30023002        __(btsl $seen_aok_bit,%nargs_l)
    3003         __(jnc local_label(match_keys_loop))
     3003        __(jc local_label(match_keys_loop))
    30043004        /* First time we've seen :allow-other-keys.  Maybe set aok_bit.   */
    30053005        __(compare_reg_to_nil(%save3))
Note: See TracChangeset for help on using the changeset viewer.