pseudo_inst.hh (10553:c1ad57c53a36) pseudo_inst.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2014 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

27 *
28 * Authors: Alexandru Dutu
29 */
30
31#ifndef __ARCH_ARM_PSEUDO_INST_HH__
32#define __ARCH_ARM_PSEUDO_INST_HH__
33
34#include "arch/generic/pseudo_inst.hh"
1/*
2 * Copyright (c) 2014 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

27 *
28 * Authors: Alexandru Dutu
29 */
30
31#ifndef __ARCH_ARM_PSEUDO_INST_HH__
32#define __ARCH_ARM_PSEUDO_INST_HH__
33
34#include "arch/generic/pseudo_inst.hh"
35#include "base/misc.hh"
35#include "base/logging.hh"
36
37class ThreadContext;
38
39namespace ArmISA {
40 using GenericISA::m5Syscall;
41 using GenericISA::m5PageFault;
42}
43
44#endif // __ARCH_ARM_PSEUDO_INST_HH__
45
36
37class ThreadContext;
38
39namespace ArmISA {
40 using GenericISA::m5Syscall;
41 using GenericISA::m5PageFault;
42}
43
44#endif // __ARCH_ARM_PSEUDO_INST_HH__
45