Changeset 13954 in vbox for trunk/include
- Timestamp:
- Nov 7, 2008 12:36:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cpum.mac
r13953 r13954 31 31 %ifndef __VBox_cpum_mac__ 32 32 %define __VBox_cpum_mac__ 33 34 35 ;;36 ; Converts the CPUM pointer to CPUMCPU (for the first VMCPU)37 ; @param %1 register name38 %macro CPUMCPU_FROM_CPUM 139 add %1, [%1 + CPUM.ulOffCPUMCPU]40 %endmacro41 42 ;;43 ; Converts the CPUMCPU pointer to CPUM (for the first VMCPU)44 ; @param %1 register name45 %macro CPUM_FROM_CPUMCPU 146 sub %1, [%1 + CPUMCPU.ulOffCPUM]47 %endmacro48 33 49 34 ;;
Note:
See TracChangeset
for help on using the changeset viewer.