Fix a couple of turbolaser problems that were introduced by the
authorNathan Binkert <binkertn@umich.edu>
Thu, 18 Aug 2005 17:29:40 +0000 (13:29 -0400)
committerNathan Binkert <binkertn@umich.edu>
Thu, 18 Aug 2005 17:29:40 +0000 (13:29 -0400)
commit4f53a4705e3b36e470a69dad981a81036dcbb0f2
treef5dde0b6985e88d610f3f19ca465505872af680b
parent568868d38ff141f5e7a009316ae3d36c60a33a0d
Fix a couple of turbolaser problems that were introduced by the
new freebsd code.

dev/ns_gige.cc:
    g++ doesn't like it when you declare a variable inside a case
    label.  Pull the declaration outside.

--HG--
extra : convert_revision : d39e84fc58f2dd5b09c5948eedb4b1d7848e9817
dev/ns_gige.cc