VirtualBox

Changeset 35346 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Dec 27, 2010 4:13:13 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69206
Message:

VMM reorg: Moving the public include files from include/VBox to include/VBox/vmm.

Location:
trunk/src/VBox/Disassembler
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmCore.cpp

    r33540 r35346  
    2828#include <VBox/dis.h>
    2929#include <VBox/disopcode.h>
    30 #include <VBox/cpum.h>
    3130#include <VBox/err.h>
    3231#include <VBox/log.h>
  • trunk/src/VBox/Disassembler/DisasmReg.cpp

    r28800 r35346  
    2828#include <VBox/dis.h>
    2929#include <VBox/disopcode.h>
    30 #include <VBox/cpum.h>
    3130#include <VBox/err.h>
    3231#include <VBox/log.h>
     32#include <VBox/vmm/cpum.h>
    3333#include <iprt/assert.h>
    3434#include <iprt/string.h>
  • trunk/src/VBox/Disassembler/DisasmTestA.asm

    r28800 r35346  
     1; $Id$
     2;; @file
     3; VBox disassembler: Assembler test routines
    14;
    2 ; VBox disassembler:
    3 ; Assembler test routines
    45
    56;
    6 ; Copyright (C) 2006-2007 Oracle Corporation
     7; Copyright (C) 2006-2010 Oracle Corporation
    78;
    89; This file is part of VirtualBox Open Source Edition (OSE), as
     
    1920;*******************************************************************************
    2021%include "VBox/nasm.mac"
    21 %include "VBox/vm.mac"
     22%include "VBox/vmm/vm.mac"
    2223%include "VBox/err.mac"
    23 %include "VBox/stam.mac"
     24%include "VBox/vmm/stam.mac"
    2425%include "VBox/x86.mac"
    2526
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