Changeset 11894 in vbox for trunk/include
- Timestamp:
- Sep 1, 2008 7:56:27 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35749
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm.h
r10843 r11894 268 268 * @param ... Arguments to the function. 269 269 */ 270 VMMR3DECL(int) VMMR3CallGC(PVM pVM, RT GCPTR GCPtrEntry, unsigned cArgs, ...);270 VMMR3DECL(int) VMMR3CallGC(PVM pVM, RTRCPTR GCPtrEntry, unsigned cArgs, ...); 271 271 272 272 /** … … 278 278 * @param args Arguments to the function. 279 279 */ 280 VMMR3DECL(int) VMMR3CallGCV(PVM pVM, RT GCPTR GCPtrEntry, unsigned cArgs, va_list args);280 VMMR3DECL(int) VMMR3CallGCV(PVM pVM, RTRCPTR GCPtrEntry, unsigned cArgs, va_list args); 281 281 282 282 /**
Note:
See TracChangeset
for help on using the changeset viewer.