VirtualBox

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

Last change on this file since 54030 was 46928, checked in by vboxsync, 11 years ago

VMM: Missed copyright year update.

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