emulenv.hh (5966:833e487aa8f7) emulenv.hh (6329:5d8b91875859)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

--- 46 unchanged lines hidden (view full) ---

55 * Authors: Gabe Black
56 */
57
58#ifndef __ARCH_X86_EMULENV_HH__
59#define __ARCH_X86_EMULENV_HH__
60
61#include "arch/x86/intregs.hh"
62#include "arch/x86/segmentregs.hh"
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

--- 46 unchanged lines hidden (view full) ---

55 * Authors: Gabe Black
56 */
57
58#ifndef __ARCH_X86_EMULENV_HH__
59#define __ARCH_X86_EMULENV_HH__
60
61#include "arch/x86/intregs.hh"
62#include "arch/x86/segmentregs.hh"
63#include "arch/x86/registers.hh"
63#include "arch/x86/types.hh"
64
65namespace X86ISA
66{
67 struct EmulEnv
68 {
69 RegIndex reg;
70 RegIndex regm;

--- 23 unchanged lines hidden ---
64#include "arch/x86/types.hh"
65
66namespace X86ISA
67{
68 struct EmulEnv
69 {
70 RegIndex reg;
71 RegIndex regm;

--- 23 unchanged lines hidden ---