cpu: add consistent guarding to *_impl.hh files.
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
* Nathan Binkert
|
||||
*/
|
||||
|
||||
#ifndef __CPU_OZONE_CPU_IMPL_HH__
|
||||
#define __CPU_OZONE_CPU_IMPL_HH__
|
||||
|
||||
#include "arch/alpha/osfpal.hh"
|
||||
#include "arch/isa_traits.hh" // For MachInst
|
||||
#include "arch/kernel_stats.hh"
|
||||
@@ -868,6 +871,8 @@ OzoneCPU<Impl>::OzoneTC::setMiscRegNoEffect(int misc_reg, const MiscReg &val)
|
||||
}
|
||||
}
|
||||
|
||||
#endif//__CPU_OZONE_CPU_IMPL_HH__
|
||||
|
||||
template <class Impl>
|
||||
void
|
||||
OzoneCPU<Impl>::OzoneTC::setMiscReg(int misc_reg, const MiscReg &val)
|
||||
|
||||
Reference in New Issue
Block a user