VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMRC/VMMRC99.asm@ 74795

Last change on this file since 74795 was 69221, checked in by vboxsync, 7 years ago

VMM: scm cleanups

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 1.1 KB
Line 
1; $Id: VMMRC99.asm 69221 2017-10-24 15:07:46Z vboxsync $
2;; @file
3; VMMRC99 - The last object module in the link.
4;
5
6;
7; Copyright (C) 2006-2017 Oracle Corporation
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License (GPL) as published by the Free Software
13; Foundation, in version 2 as it comes in the "COPYING" file of the
14; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17
18%include "VMMRC.mac"
19
20
21;;
22; End the Trap0b segment.
23VMMR0_SEG Trap0b
24GLOBALNAME g_aTrap0bHandlersEnd
25 dd 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
26
27
28;;
29; End the Trap0d segment.
30VMMR0_SEG Trap0d
31GLOBALNAME g_aTrap0dHandlersEnd
32 dd 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
33
34
35;;
36; End the Trap0e segment.
37VMMR0_SEG Trap0e
38GLOBALNAME g_aTrap0eHandlersEnd
39 dd 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
40
41
42;;
43; End the patch helper segment
44BEGIN_PATCH_HLP_SEG
45EXPORTEDNAME g_PatchHlpEnd
46 dd 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
47
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use