Changeset 93789 in vbox for trunk/src/VBox/VMM/VMMR3/NEMR3Native-linux.cpp
- Timestamp:
- Feb 16, 2022 11:40:52 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149979
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-linux.cpp
r93787 r93789 1998 1998 1999 1999 2000 DECLHIDDEN(bool) nemR3NativeNotifyDebugEventChanged(PVM pVM, bool fUseDebugLoop) ;2000 DECLHIDDEN(bool) nemR3NativeNotifyDebugEventChanged(PVM pVM, bool fUseDebugLoop) 2001 2001 { 2002 2002 RT_NOREF(pVM, fUseDebugLoop); … … 2005 2005 2006 2006 2007 DECLHIDDEN(bool) nemR3NativeNotifyDebugEventChangedPerCpu(PVM pVM, PVMCPU pVCpu, bool fUseDebugLoop) ;2007 DECLHIDDEN(bool) nemR3NativeNotifyDebugEventChangedPerCpu(PVM pVM, PVMCPU pVCpu, bool fUseDebugLoop) 2008 2008 { 2009 2009 RT_NOREF(pVM, pVCpu, fUseDebugLoop);
Note:
See TracChangeset
for help on using the changeset viewer.