VirtualBox

Changeset 50661 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Mar 3, 2014 9:06:19 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92592
Message:

GCC:/MSC: => gcc:/msc: like everywhere

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/CPUMR0A.asm

    r49020 r50661  
    122122;
    123123; @returns  0
    124 ; @param    pCPUMCPU  x86:[esp+4] GCC:rdi MSC:rcx     CPUMCPU pointer
     124; @param    pCPUMCPU  x86:[esp+4] gcc:rdi msc:rcx     CPUMCPU pointer
    125125;
    126126align 16
     
    206206;
    207207; @returns  0
    208 ; @param    pCPUMCPU  x86:[esp+4] GCC:rdi MSC:rcx     CPUMCPU pointer
     208; @param    pCPUMCPU  x86:[esp+4] gcc:rdi msc:rcx     CPUMCPU pointer
    209209;
    210210align 16
     
    239239;
    240240; @returns  0
    241 ; @param    pCPUMCPU  x86:[esp+4] GCC:rdi MSC:rcx     CPUMCPU pointer
     241; @param    pCPUMCPU  x86:[esp+4] gcc:rdi msc:rcx     CPUMCPU pointer
    242242;
    243243align 16
     
    310310;
    311311; @returns  0
    312 ; @param    pCPUMCPU  x86:[esp+4] GCC:rdi MSC:rcx     CPUMCPU pointer
     312; @param    pCPUMCPU  x86:[esp+4] gcc:rdi msc:rcx     CPUMCPU pointer
    313313;
    314314align 16
  • trunk/src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm

    r44528 r50661  
    4848; Restores the guest's FPU/XMM state
    4949;
    50 ; @param    pCtx  x86:[esp+4] GCC:rdi MSC:rcx     CPUMCTX pointer
     50; @param    pCtx  x86:[esp+4] gcc:rdi msc:rcx     CPUMCTX pointer
    5151;
    5252; @remarks Used by the disabled CPUM_CAN_HANDLE_NM_TRAPS_IN_KERNEL_MODE code.
     
    9292; Restores the guest's FPU/XMM state
    9393;
    94 ; @param    pCtx  x86:[esp+4] GCC:rdi MSC:rcx     CPUMCTX pointer
     94; @param    pCtx  x86:[esp+4] gcc:rdi msc:rcx     CPUMCTX pointer
    9595;
    9696; @remarks Used by the disabled CPUM_CAN_HANDLE_NM_TRAPS_IN_KERNEL_MODE code.
     
    135135; Restores the guest's XMM state
    136136;
    137 ; @param    pCtx  x86:[esp+4] GCC:rdi MSC:rcx     CPUMCTX pointer
     137; @param    pCtx  x86:[esp+4] gcc:rdi msc:rcx     CPUMCTX pointer
    138138;
    139139; @remarks  Used by the disabled CPUM_CAN_HANDLE_NM_TRAPS_IN_KERNEL_MODE code.
     
    221221; Restores the guest's XMM state
    222222;
    223 ; @param    pCtx  x86:[esp+4] GCC:rdi MSC:rcx     CPUMCTX pointer
     223; @param    pCtx  x86:[esp+4] gcc:rdi msc:rcx     CPUMCTX pointer
    224224;
    225225; @remarks  Used by the disabled CPUM_CAN_HANDLE_NM_TRAPS_IN_KERNEL_MODE code.
     
    309309; Set the FPU control word; clearing exceptions first
    310310;
    311 ; @param  u16FCW    x86:[esp+4] GCC:rdi MSC:rcx     New FPU control word
     311; @param  u16FCW    x86:[esp+4] gcc:rdi msc:rcx     New FPU control word
    312312align 16
    313313BEGINPROC cpumR0SetFCW
     
    343343; Set the MXCSR;
    344344;
    345 ; @param  u32MXCSR    x86:[esp+4] GCC:rdi MSC:rcx     New MXCSR
     345; @param  u32MXCSR    x86:[esp+4] gcc:rdi msc:rcx     New MXCSR
    346346align 16
    347347BEGINPROC cpumR0SetMXCSR
Note: See TracChangeset for help on using the changeset viewer.

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