VirtualBox
Show
Ignore:
Timestamp:
11/07/08 13:36:27 (2 months ago)
Author:
vboxsync
Message:

Wrong place, backed out.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/cpum.mac

    r13953 r13954  
    3131%ifndef __VBox_cpum_mac__ 
    3232%define __VBox_cpum_mac__ 
    33  
    34  
    35 ;; 
    36 ; Converts the CPUM pointer to CPUMCPU (for the first VMCPU) 
    37 ; @param   %1   register name 
    38 %macro CPUMCPU_FROM_CPUM 1 
    39     add     %1, [%1 + CPUM.ulOffCPUMCPU] 
    40 %endmacro 
    41  
    42 ;; 
    43 ; Converts the CPUMCPU pointer to CPUM (for the first VMCPU) 
    44 ; @param   %1   register name 
    45 %macro CPUM_FROM_CPUMCPU 1 
    46     sub     %1, [%1 + CPUMCPU.ulOffCPUM] 
    47 %endmacro 
    4833 
    4934;; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy