Changeset 54763 in vbox for trunk/src/VBox/VMM/VMMRC/VMMRC0.asm
- Timestamp:
- Mar 15, 2015 3:15:58 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98941
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRC/VMMRC0.asm
r44528 r54763 1 1 ; $Id$ 2 2 ;; @file 3 ; VMM GC0 - The first object module in the link.3 ; VMMRC0 - The first object module in the link. 4 4 ; 5 5 6 6 ; 7 ; Copyright (C) 2006-201 0Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 34 34 GLOBALNAME g_aTrap0eHandlers 35 35 36 ;; 37 ; Start the patch helper segment 38 BEGIN_PATCH_HLP_SEG 39 EXPORTEDNAME g_PatchHlpBegin 36 40
Note:
See TracChangeset
for help on using the changeset viewer.