- Timestamp:
- Oct 25, 2007 2:19:58 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25675
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/VMMGC.def
r4071 r5492 4 4 ; 5 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 8 ; available from http://www.virtualbox.org. This file is free software; … … 61 61 AssertMsg2 62 62 RTAssertDoBreakpoint 63 63 RTTimeNanoTSLegacySync 64 RTTimeNanoTSLegacyAsync 65 RTTimeNanoTSLFenceSync 66 RTTimeNanoTSLFenceAsync 67 ASMMultU64ByU32DivByU32 -
trunk/src/VBox/VMM/VMMR0/VMMR0.def
r4071 r5492 4 4 ; 5 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 6 ; 7 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 8 ; available from http://www.virtualbox.org. This file is free software; … … 46 46 AssertMsg2 47 47 RTAssertDoBreakpoint 48 RTTimeNanoTSLegacySync 49 RTTimeNanoTSLegacyAsync 50 RTTimeNanoTSLFenceSync 51 RTTimeNanoTSLFenceAsync 52 ASMMultU64ByU32DivByU32 48 53
Note:
See TracChangeset
for help on using the changeset viewer.