Changeset 5423
- Timestamp:
- Oct 24, 2006, 12:29:14 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/x86-spentry64.s (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/x86-spentry64.s
r5273 r5423 2881 2881 local_label(opt): 2882 2882 __(movw %nargs,%imm0_w) 2883 __(shr l $8,%imm0_l)2883 __(shrw $8,%imm0_w) 2884 2884 __(je local_label(rest_keys)) 2885 2885 __(btl $initopt_bit,%nargs_l) … … 3001 3001 __(subl $1,%imm0_l) 3002 3002 __(btsl $seen_aok_bit,%nargs_l) 3003 __(j nc local_label(match_keys_loop))3003 __(jc local_label(match_keys_loop)) 3004 3004 /* First time we've seen :allow-other-keys. Maybe set aok_bit. */ 3005 3005 __(compare_reg_to_nil(%save3))
Note:
See TracChangeset
for help on using the changeset viewer.
