Small changes:
authorRon Dreslinski <rdreslin@umich.edu>
Fri, 20 Oct 2006 00:18:17 +0000 (20:18 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Fri, 20 Oct 2006 00:18:17 +0000 (20:18 -0400)
commit210e73f2a298d494e4b15a3bf0523e58369c00d2
tree90c5e6e4b2131d5f7d5b62012250201f1163b6d6
parente34e564f79a9c471a3ff911b8faf7a761a59d8de
Small changes:
?? doesn't compile in warn statements
Should have been false, where I had a true.

src/cpu/o3/lsq_impl.hh:
    Apparently you can't have ?? in a warn statement (Something about trigraphs)
src/mem/cache/cache_impl.hh:
    Forgot to signal atomic mode in snoopProbe

--HG--
extra : convert_revision : c75cb76e193e852284564993440c8ea39e6de426
src/cpu/o3/lsq_impl.hh
src/mem/cache/cache_impl.hh