diff options
Diffstat (limited to 'cpu/base_dyn_inst.cc')
-rw-r--r-- | cpu/base_dyn_inst.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/base_dyn_inst.cc b/cpu/base_dyn_inst.cc index 80eb34fd5..d921bd148 100644 --- a/cpu/base_dyn_inst.cc +++ b/cpu/base_dyn_inst.cc @@ -166,7 +166,7 @@ BaseDynInst<Impl>::prefetch(Addr addr, unsigned flags) * Replace the disjoint functional memory with a unified one and remove * this hack. */ -#ifndef FULL_SYSTEM +#if !FULL_SYSTEM req->paddr = req->vaddr; #endif |