VirtualBox

Changeset 15296 in vbox


Ignore:
Timestamp:
Dec 11, 2008 9:22:46 AM (16 years ago)
Author:
vboxsync
Message:

Update the 64 bits variant too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac

    r15295 r15296  
    342342    cmp     ecx, 0
    343343    je      .no_cached_writes
     344    mov     edx, ecx
     345    mov     ecx, 0
    344346    jmp     .cached_write
    345347   
    346348ALIGN(16)   
    347349.cached_write:
    348     dec     xCX
    349350    mov     eax, [xBX + VMCSCACHE.Write.aField + xCX*4]
    350351    vmwrite xAX, [xBX + VMCSCACHE.Write.aFieldVal + xCX*8]
    351     cmp     xCX, 0
    352     jnz     .cached_write
     352    inc     xCX
     353    cmp     xCX, xDX
     354    jl     .cached_write
    353355
    354356    mov     dword [xBX + VMCSCACHE.Write.cValidEntries], 0
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