VirtualBox

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

Last change on this file since 41154 was 41154, checked in by vboxsync, 13 years ago

build fix

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.5 KB
Line 
1/* $Id: tstAsmStructs.cpp 41154 2012-05-03 23:22:07Z vboxsync $ */
2/** @file
3 * Testcase for checking offsets in the assembly structures shared with C/C++.
4 */
5
6/*
7 * Copyright (C) 2006-2007 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 "HWACCMInternal.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#define SUPDRVTRACERUSRCTX32 SUPDRVTRACERUSRCTX
34#define SUPDRVTRACERUSRCTX64 SUPDRVTRACERUSRCTX
35
36
37int main()
38{
39 int rc = 0;
40 printf("tstAsmStructs: TESTING\n");
41
42#ifdef IN_RING3
43# include "tstAsmStructsHC.h"
44#else
45# include "tstAsmStructsRC.h"
46#endif
47
48 if (rc)
49 printf("tstAsmStructs: FAILURE - %d errors \n", rc);
50 else
51 printf("tstAsmStructs: SUCCESS\n");
52 return rc;
53}
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