Changeset 6556
- Timestamp:
- May 16, 2007, 12:16:34 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/x86-spentry64.s (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/x86-spentry64.s
r6531 r6556 1204 1204 __(testq %imm1,%imm1) 1205 1205 __(jne local_label(_throw_loop)) 1206 __(push %ra0) 1206 1207 __(uuo_error_reg_not_tag(Rtemp0,subtag_catch_frame)) 1208 __(pop %ra0) 1207 1209 __(jmp _SPthrow) 1208 1210 local_label(_throw_found): … … 1631 1633 __(movq %arg_y,(%temp1,%temp0)) 1632 1634 __(jmp *%ra0) 1633 8: __(uuo_error_reg_unbound(Rarg_z)) 1635 8: __(push %ra0) 1636 __(uuo_error_reg_unbound(Rarg_z)) 1634 1637 1635 1638 9: __(movq $XSYMNOBIND,%arg_y) … … 4468 4471 _endsubp(aset2) 4469 4472 4470 /* temp1 = array, %temp0 = i, %arg_x = j, %arg_y = k, %arg_y = newval. */4473 /* %temp1 = array, %temp0 = i, %arg_x = j, %arg_y = k, %arg_y = newval. */ 4471 4474 4472 4475 _spentry(aset3)
Note:
See TracChangeset
for help on using the changeset viewer.
