isa_traits.hh (4121:0ec036be76a7) isa_traits.hh (4136:dedc5faa6050)
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 *

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

53 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 *
55 * Authors: Gabe Black
56 */
57
58#ifndef __ARCH_X86_ISATRAITS_HH__
59#define __ARCH_X86_ISATRAITS_HH__
60
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 *

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

53 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 *
55 * Authors: Gabe Black
56 */
57
58#ifndef __ARCH_X86_ISATRAITS_HH__
59#define __ARCH_X86_ISATRAITS_HH__
60
61#include "arch/x86/x86_traits.hh"
62
61namespace LittleEndianGuest {}
62
63namespace X86ISA
64{
65 //This makes sure the little endian version of certain functions
66 //are used.
67 using namespace LittleEndianGuest;
68

--- 50 unchanged lines hidden ---
63namespace LittleEndianGuest {}
64
65namespace X86ISA
66{
67 //This makes sure the little endian version of certain functions
68 //are used.
69 using namespace LittleEndianGuest;
70

--- 50 unchanged lines hidden ---