~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/VMM/testcase/tstAsmStructsAsm.asm

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
; $Id: tstAsmStructsAsm.asm $
 
1
; $Id: tstAsmStructsAsm.asm 35346 2010-12-27 16:13:13Z vboxsync $
2
2
;; @file
3
3
; Assembly / C structure layout testcase.
4
4
;
22
22
BITS 64
23
23
%endif
24
24
 
25
 
%include "../CPUMInternal.mac"
26
 
%include "../HWACCMInternal.mac"
27
 
%include "../TRPMInternal.mac"
28
 
%include "../VMMInternal.mac"
29
 
%include "VBox/cpum.mac"
30
 
%include "VBox/vm.mac"
 
25
%include "CPUMInternal.mac"
 
26
%include "HWACCMInternal.mac"
 
27
%include "TRPMInternal.mac"
 
28
%include "VMMInternal.mac"
 
29
%include "VBox/vmm/cpum.mac"
 
30
%include "VBox/vmm/vm.mac"
31
31
%include "VBox/sup.mac"
32
 
%include "../VMMSwitcher/VMMSwitcher.mac"
 
32
%include "VMMSwitcher.mac"
33
33
%ifdef DO_GLOBALS
34
34
 %include "tstAsmStructsAsm.mac"
35
35
%endif