Changeset 5913


Ignore:
Timestamp:
Feb 13, 2007, 5:09:50 PM (18 years ago)
Author:
Gary Byers
Message:

Fixup the x86-64 error-return callback trampiline code (was missing a byte
of machine code.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/examples/objc-support.lisp

    r5899 r5913  
    211211(defloadvar *x8664-objc-callback-error-return-trampoline*
    212212    (let* ((code-bytes '(#x48 #x89 #xc7      ; movq %rax %rdi
    213                          #x66 #x48 #x0f #x7e ; movd %xmm0,%rax
     213                         #x66 #x48 #x0f #x7e #xc0 ; movd %xmm0,%rax
    214214                         #x52                ; pushq %rdx
    215215                         #xff #xe0))         ; jmp *rax
Note: See TracChangeset for help on using the changeset viewer.