Removed a stray ::.

--HG--
extra : convert_revision : f6114b78e30e8cba5af6276042b0f043d8773739
This commit is contained in:
Gabe Black
2006-02-24 03:51:21 -05:00
parent 08637efadc
commit 802fd04f64

View File

@@ -280,7 +280,7 @@ class AlphaFullCPU : public FullO3CPU<Impl>
#endif
return this->mem->write(req, (T)::htog(data));
return this->mem->write(req, (T)htog(data));
}
template <class T>