blob: 957cffba317e9b0e10a9eb5733afef554e6dc16f [file] [log] [blame]
#include "arch/riscv/locked_mem.hh"
#include <stack>
#include "base/types.hh"
namespace RiscvISA
{
std::unordered_map<int, std::stack<Addr>> locked_addrs;
}