Files
gem5/src/cpu/inorder
Gabe Black c4ba6967a5 Inorder: Fix compilation of m5.fast.
printMemData is only used in DPRINTFs. If those are removed by compiling
m5.fast, that function is unused, gcc generates a warning, that gets turned
into an error, and the build fails. This change surrounds the function
definition with #if TRACING_ON so it only gets compiled in if the DPRINTFs do
to.
2010-08-14 01:00:45 -07:00
..
2009-05-17 14:34:52 -07:00
2010-01-31 18:30:24 -05:00
2010-01-31 18:26:13 -05:00
2009-05-17 14:34:52 -07:00
2010-06-28 07:33:33 -04:00
2010-06-26 09:41:39 -04:00