Translation: Use a pointer type as the template argument.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 7 Aug 2011 16:21:48 +0000 (09:21 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 7 Aug 2011 16:21:48 +0000 (09:21 -0700)
commit16882b04838c33e7de5456937b8b069547827b2a
tree52d9dadf5185a920a6fd1a1f3457180ba0086bc4
parent720c0be620bd3427b5222e437fc7a82cb3a9ad7f
Translation: Use a pointer type as the template argument.

This allows regular pointers and reference counted pointers without having to
use any shim structures or other tricks.
src/cpu/base_dyn_inst.hh
src/cpu/simple/timing.cc
src/cpu/translation.hh