Hand merged a this-> statement for gcc3.4

--HG--
extra : convert_revision : 11daa94a0631da5e9c2e4262a448035491dd86e5
This commit is contained in:
Ron Dreslinski 2005-04-08 18:26:00 -04:00
commit 0d2e816a4c

View file

@ -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")