VirtualBox

Changeset 1827

Show
Ignore:
Timestamp:
03/30/07 14:39:55 (2 years ago)
Author:
vboxsync
Message:

Don't need CPUMGetGuestCPLEx.

Files:

Legend:

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

    r1826 r1827  
    685685 * @param   pVM         VM Handle. 
    686686 * @param   pRegFrame   Trap register frame. 
    687  * @param   eflags      Current eflags 
    688  */ 
    689 CPUMDECL(uint32_t) CPUMGetGuestCPLEx(PVM pVM, PCPUMCTXCORE pCtxCore, X86EFLAGS eflags); 
    690  
    691 /** 
    692  * Get the current privilege level of the guest. 
    693  * 
    694  * @returns cpl 
    695  * @param   pVM         VM Handle. 
    696  * @param   pRegFrame   Trap register frame. 
    697  */ 
    698 DECLINLINE(uint32_t) CPUMGetGuestCPL(PVM pVM, PCPUMCTXCORE pCtxCore) 
    699 
    700     return CPUMGetGuestCPLEx(pVM, pCtxCore, pCtxCore->eflags); 
    701 
     687 */ 
     688CPUMDECL(uint32_t) CPUMGetGuestCPL(PVM pVM, PCPUMCTXCORE pCtxCore); 
    702689 
    703690 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy