Hand merged a this-> statement for gcc3.4
--HG-- extra : convert_revision : 11daa94a0631da5e9c2e4262a448035491dd86e5
This commit is contained in:
commit
0d2e816a4c
1 changed files with 2 additions and 0 deletions
|
@ -58,3 +58,5 @@ simobj BaseCache(BaseMem):
|
|||
"Check if in cash on push or pop of prefetch queue")
|
||||
prefetch_use_cpu_id = Param.Bool(True,
|
||||
"Use the CPU ID to seperate calculations of prefetches")
|
||||
prefetch_data_accesses_only = Param.Bool(False,
|
||||
"Only prefetch on data not on instruction accesses")
|
||||
|
|
Loading…
Reference in a new issue