- Timestamp:
- Sep 22, 2007 12:41:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r4979 r4984 933 933 * @remark The RTDECL() makes this a bit difficult to override on windows. Sorry. 934 934 */ 935 DECLEXPORT(bool) RTCALL RTAssertDoBreakpoint( )935 DECLEXPORT(bool) RTCALL RTAssertDoBreakpoint(void) 936 936 { 937 937 PVM pVM = GVMR0ByEMT(NIL_RTNATIVETHREAD);
Note:
See TracChangeset
for help on using the changeset viewer.