VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMGC/VMMGC99.asm@ 28

Last change on this file since 28 was 19, checked in by vboxsync, 18 years ago

nasm.mac -> asmdefs.mac + header adjustments.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
1; $Id: VMMGC99.asm 19 2007-01-15 13:07:05Z vboxsync $
2;; @file
3; VMMGC0 - The first object module in the link.
4;
5
6; Copyright (C) 2006 InnoTek Systemberatung GmbH
7;
8; This file is part of VirtualBox Open Source Edition (OSE), as
9; available from http://www.virtualbox.org. This file is free software;
10; you can redistribute it and/or modify it under the terms of the GNU
11; General Public License as published by the Free Software Foundation,
12; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13; distribution. VirtualBox OSE is distributed in the hope that it will
14; be useful, but WITHOUT ANY WARRANTY of any kind.
15;
16; If you received this file as part of a commercial VirtualBox
17; distribution, then only the terms of your commercial VirtualBox
18; license agreement apply instead of the previous paragraph.
19
20%include "VMMGC.mac"
21
22
23;;
24; End the Trap0b segment.
25VMMR0_SEG Trap0b
26GLOBALNAME g_aTrap0bHandlersEnd
27 dd 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
28
29
30;;
31; End the Trap0d segment.
32VMMR0_SEG Trap0d
33GLOBALNAME g_aTrap0dHandlersEnd
34 dd 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
35
36
37;;
38; End the Trap0e segment.
39VMMR0_SEG Trap0e
40GLOBALNAME g_aTrap0eHandlersEnd
41 dd 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
42
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette