VirtualBox

Changeset 11894 in vbox for trunk/include


Ignore:
Timestamp:
Sep 1, 2008 7:56:27 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35749
Message:

Correction for raw mode on 64 bits hosts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm.h

    r10843 r11894  
    268268 * @param   ...         Arguments to the function.
    269269 */
    270 VMMR3DECL(int) VMMR3CallGC(PVM pVM, RTGCPTR GCPtrEntry, unsigned cArgs, ...);
     270VMMR3DECL(int) VMMR3CallGC(PVM pVM, RTRCPTR GCPtrEntry, unsigned cArgs, ...);
    271271
    272272/**
     
    278278 * @param   args        Arguments to the function.
    279279 */
    280 VMMR3DECL(int) VMMR3CallGCV(PVM pVM, RTGCPTR GCPtrEntry, unsigned cArgs, va_list args);
     280VMMR3DECL(int) VMMR3CallGCV(PVM pVM, RTRCPTR GCPtrEntry, unsigned cArgs, va_list args);
    281281
    282282/**
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