Removed a stray ::.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 24 Feb 2006 08:51:21 +0000 (03:51 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 24 Feb 2006 08:51:21 +0000 (03:51 -0500)
--HG--
extra : convert_revision : f6114b78e30e8cba5af6276042b0f043d8773739

cpu/o3/alpha_cpu.hh

index b35bcf9e3fcf931ff2e33bb879e3712687a77da1..ea0aae41f3fcf63e0ce75720e66183af98a1004a 100644 (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>