VirtualBox

Changeset 25568 in vbox


Ignore:
Timestamp:
Dec 22, 2009 2:34:52 PM (15 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/setjmp.asm

    r25567 r25568  
    5555        mov     [rcx +  8h*8], rsi
    5656        mov     [rcx +  9h*8], rdi
    57         movdaq  [rcx + 0ah*8], xmm6
    58         movdaq  [rcx + 0ch*8], xmm7
    59         movdaq  [rcx + 0eh*8], xmm8
    60         movdaq  [rcx + 10h*8], xmm9
    61         movdaq  [rcx + 12h*8], xmm10
    62         movdaq  [rcx + 14h*8], xmm11
    63         movdaq  [rcx + 16h*8], xmm12
    64         movdaq  [rcx + 18h*8], xmm13
    65         movdaq  [rcx + 1ah*8], xmm14
    66         movdaq  [rcx + 1ch*8], xmm15
     57        movdqa  [rcx + 0ah*8], xmm6
     58        movdqa  [rcx + 0ch*8], xmm7
     59        movdqa  [rcx + 0eh*8], xmm8
     60        movdqa  [rcx + 10h*8], xmm9
     61        movdqa  [rcx + 12h*8], xmm10
     62        movdqa  [rcx + 14h*8], xmm11
     63        movdqa  [rcx + 16h*8], xmm12
     64        movdqa  [rcx + 18h*8], xmm13
     65        movdqa  [rcx + 1ah*8], xmm14
     66        movdqa  [rcx + 1ch*8], xmm15
    6767  %ifndef RT_OS_WINDOWS
    6868   %error "Fix setjmp.h"
     
    105105        mov     rsi,   [rcx +  8h*8]
    106106        mov     rdi,   [rcx +  9h*8]
    107         movdaq  xmm6,  [rcx + 0ah*8]
    108         movdaq  xmm7,  [rcx + 0ch*8]
    109         movdaq  xmm8,  [rcx + 0eh*8]
    110         movdaq  xmm9,  [rcx + 10h*8]
    111         movdaq  xmm10, [rcx + 12h*8]
    112         movdaq  xmm11, [rcx + 14h*8]
    113         movdaq  xmm12, [rcx + 16h*8]
    114         movdaq  xmm13, [rcx + 18h*8]
    115         movdaq  xmm14, [rcx + 1ah*8]
    116         movdaq  xmm15, [rcx + 1ch*8]
     107        movdqa  xmm6,  [rcx + 0ah*8]
     108        movdqa  xmm7,  [rcx + 0ch*8]
     109        movdqa  xmm8,  [rcx + 0eh*8]
     110        movdqa  xmm9,  [rcx + 10h*8]
     111        movdqa  xmm10, [rcx + 12h*8]
     112        movdqa  xmm11, [rcx + 14h*8]
     113        movdqa  xmm12, [rcx + 16h*8]
     114        movdqa  xmm13, [rcx + 18h*8]
     115        movdqa  xmm14, [rcx + 1ah*8]
     116        movdqa  xmm15, [rcx + 1ch*8]
    117117  %ifndef RT_OS_WINDOWS
    118118   %error "Fix setjmp.h"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette