cpu: add consistent guarding to *_impl.hh files.
This commit is contained in:
5
src/mem/cache/cache_impl.hh
vendored
5
src/mem/cache/cache_impl.hh
vendored
@@ -46,6 +46,9 @@
|
||||
* Andreas Sandberg
|
||||
*/
|
||||
|
||||
#ifndef __MEM_CACHE_CACHE_IMPL_HH__
|
||||
#define __MEM_CACHE_CACHE_IMPL_HH__
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Cache definitions.
|
||||
@@ -1899,3 +1902,5 @@ MemSidePort::MemSidePort(const std::string &_name, Cache<TagStore> *_cache,
|
||||
_queue(*_cache, *this, _label), cache(_cache)
|
||||
{
|
||||
}
|
||||
|
||||
#endif//__MEM_CACHE_CACHE_IMPL_HH__
|
||||
|
||||
Reference in New Issue
Block a user