Fix a small bug in parameter processing that would always result
authorNathan Binkert <binkertn@umich.edu>
Tue, 17 Aug 2004 15:19:04 +0000 (11:19 -0400)
committerNathan Binkert <binkertn@umich.edu>
Tue, 17 Aug 2004 15:19:04 +0000 (11:19 -0400)
commit239183cfe675684aeca1a2b24362ca5e0a82809d
tree86884976c8a87a67050584a4610557a5a70d872e
parentac8b01db7101e8990ae93c87c6a09ee978732175
Fix a small bug in parameter processing that would always result
in at least on entry in a VectorParam even if the string was
empty.

sim/param.cc:
    if there are no parameters, leave the vector empty.

--HG--
extra : convert_revision : d0d41baa8c77651a27ac6a4d02cc388711f47dbe
sim/param.cc