Changeset 58123 in vbox for trunk/src/VBox/VMM/VMMSwitcher
- Timestamp:
- Oct 8, 2015 6:09:45 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103220
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac
r58122 r58123 810 810 ; * @param pCache VMCS cache [rsp+24] 811 811 ; * @param pVM The cross context VM structure. [rbp+28h] 812 ; * @param pVCpu The cross context VMCPU structure. [rbp+30h]812 ; * @param pVCpu The cross context virtual CPU structure. [rbp+30h] 813 813 ; * @param pCtx Guest context (rsi) 814 814 ; */ … … 1221 1221 ; @param HCPhysVMCB Physical address of guest VMCB [rbp+18h] 1222 1222 ; @param pVM The cross context VM structure. [rbp+20h] 1223 ; @param pVCpu The cross context VMCPU structure. [rbp+28h]1223 ; @param pVCpu The cross context virtual CPU structure. [rbp+28h] 1224 1224 ; @param pCtx Guest context [rsi] 1225 1225 ;
Note:
See TracChangeset
for help on using the changeset viewer.