Changeset 20365 in vbox for trunk/src/VBox/VMM/VMMGC/CPUMGC.cpp
- Timestamp:
- Jun 8, 2009 12:19:18 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48288
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/CPUMGC.cpp
r18927 r20365 38 38 * Internal Functions * 39 39 *******************************************************************************/ 40 __BEGIN_DECLS /* addressed from asm (not called so no DECLASM). */40 RT_BEGIN_DECLS /* addressed from asm (not called so no DECLASM). */ 41 41 DECLCALLBACK(int) cpumGCHandleNPAndGP(PVM pVM, PCPUMCTXCORE pRegFrame, uintptr_t uUser); 42 __END_DECLS42 RT_END_DECLS 43 43 44 44
Note:
See TracChangeset
for help on using the changeset viewer.