VirtualBox

source: vbox/trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp@ 46860

Last change on this file since 46860 was 43387, checked in by vboxsync, 12 years ago

VMM: HM cleanup.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 1.5 KB
Line 
1/* $Id: tstAsmStructs.cpp 43387 2012-09-21 09:40:25Z vboxsync $ */
2/** @file
3 * Testcase for checking offsets in the assembly structures shared with C/C++.
4 */
5
6/*
7 * Copyright (C) 2006-2012 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/*******************************************************************************
19* Header Files *
20*******************************************************************************/
21#include <VBox/vmm/cpum.h>
22#include "CPUMInternal.h"
23#include <VBox/vmm/trpm.h>
24#include "TRPMInternal.h"
25#include "HMInternal.h"
26#include "VMMSwitcher.h"
27#include "VMMInternal.h"
28#include <VBox/vmm/vm.h>
29
30#include "tstHelp.h"
31#include <stdio.h>
32
33
34/* For sup.mac simplifications. */
35#define SUPDRVTRACERUSRCTX32 SUPDRVTRACERUSRCTX
36#define SUPDRVTRACERUSRCTX64 SUPDRVTRACERUSRCTX
37
38
39int main()
40{
41 int rc = 0;
42 printf("tstAsmStructs: TESTING\n");
43
44#ifdef IN_RING3
45# include "tstAsmStructsHC.h"
46#else
47# include "tstAsmStructsRC.h"
48#endif
49
50 if (rc)
51 printf("tstAsmStructs: FAILURE - %d errors \n", rc);
52 else
53 printf("tstAsmStructs: SUCCESS\n");
54 return rc;
55}
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