Changeset 5821


Ignore:
Timestamp:
Jan 30, 2007, 6:02:06 AM (18 years ago)
Author:
Gary Byers
Message:

.SPcallback returns rax/rdx, xmm0/xmm1.

File:
1 edited

Legend:

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

    r5771 r5821  
    44324432        __(pop %r12)
    44334433        __(movq -8(%rbp),%rax)
    4434         __(movq -8(%rbp),%xmm0)
     4434        __(movq -16(%rbp),%rdx)
     4435        __(movq -24(%rbp),%xmm0)
     4436        __(movq -32(%rbp),%xmm1)
    44354437        __(leave)
    44364438        __(ret)         
Note: See TracChangeset for help on using the changeset viewer.