Fix a bug introduced with the multidict commit.
authorNathan Binkert <binkertn@umich.edu>
Tue, 22 Mar 2005 19:47:18 +0000 (14:47 -0500)
committerNathan Binkert <binkertn@umich.edu>
Tue, 22 Mar 2005 19:47:18 +0000 (14:47 -0500)
commitac547c64892f9b93817787cd3dcf5d63ba6e5521
treedf51e8df506ebbcf654bb573a6edca511bb9d967
parent5f2b3a6e5d38ea257ee7bbe78ef548905f083290
Fix a bug introduced with the multidict commit.

python/m5/config.py:
    search for any base class that is a confignode instead of those
    that derive from param type so that non-type classes work
    too.  (Those that are just derived from ConfigNode and not
    SimObject.)

--HG--
extra : convert_revision : 422181b2e5efd4675ec34adcffecfb58eee0e4e7
python/m5/config.py