VirtualBox

Changeset 19 in vbox for trunk/src/VBox/VMM/VMMGC


Ignore:
Timestamp:
Jan 15, 2007 1:07:05 PM (18 years ago)
Author:
vboxsync
Message:

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

Location:
trunk/src/VBox/VMM/VMMGC
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/CPUMGCA.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
    23;
  • trunk/src/VBox/VMM/VMMGC/MMRamGCA.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; MMRamGCA - Guest Context Ram access Assembly Routines.
    24;
    3 ; MMRamGCA - Guest Context Ram access Assembly Routines.
    45
     6;
    57; Copyright (C) 2006 InnoTek Systemberatung GmbH
    68;
     
    1618; distribution, then only the terms of your commercial VirtualBox
    1719; license agreement apply instead of the previous paragraph.
     20;
    1821
    1922;*******************************************************************************
    2023;* Header Files                                                                *
    2124;*******************************************************************************
    22 %include "VBox/nasm.mac"
     25%include "VBox/asmdefs.mac"
    2326%include "VBox/err.mac"
    2427%include "iprt/err.mac"
  • trunk/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
    2 ;
    33; TRPM - Guest Context Trap Handlers
     4;
    45
    56; Copyright (C) 2006 InnoTek Systemberatung GmbH
     
    2627%include "VBox/vm.mac"
    2728%include "TRPMInternal.mac"
    28 %include "iprt/err.mac"
    2929%include "VBox/err.mac"
    3030
  • trunk/src/VBox/VMM/VMMGC/VMMGC.mac

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; VMMGC - Guest Context Assembly Macros.
    24;
    3 ; VMMGC - Guest Context Assembly Macros.
    45
     6;
    57; Copyright (C) 2006 InnoTek Systemberatung GmbH
    68;
     
    1618; distribution, then only the terms of your commercial VirtualBox
    1719; license agreement apply instead of the previous paragraph.
     20;
    1821
    1922%ifndef __VMMGC_mac__
    2023%define __VMMGC_mac__
    2124
    22 %include "VBox/nasm.mac"
     25%include "VBox/asmdefs.mac"
    2326
    2427
  • trunk/src/VBox/VMM/VMMGC/VMMGC0.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; VMMGC0 - The first object module in the link.
    24;
    3 ; VMMGC0 - The first object module in the link.
    45
     6;
    57; Copyright (C) 2006 InnoTek Systemberatung GmbH
    68;
  • trunk/src/VBox/VMM/VMMGC/VMMGC99.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; VMMGC0 - The first object module in the link.
    24;
    3 ; VMMGC0 - The first object module in the link.
    45
    56; Copyright (C) 2006 InnoTek Systemberatung GmbH
  • trunk/src/VBox/VMM/VMMGC/VMMGCA.asm

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r19  
     1; $Id$
    12;; @file
     3; VMMGC - Guest Context Virtual Machine Monitor assembly routines.
    24;
    3 ; VMMGC - Guest Context Virtual Machine Monitor assembly routines.
    45
    56; Copyright (C) 2006 InnoTek Systemberatung GmbH
     
    2021;* Header Files                                                                *
    2122;*******************************************************************************
    22 %include "VBox/nasm.mac"
     23%include "VBox/asmdefs.mac"
    2324%include "VBox/x86.mac"
    2425
Note: See TracChangeset for help on using the changeset viewer.

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