From 802fd04f640b34d713f7ef75142e51d3d82559b9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 24 Feb 2006 03:51:21 -0500 Subject: Removed a stray ::. --HG-- extra : convert_revision : f6114b78e30e8cba5af6276042b0f043d8773739 --- cpu/o3/alpha_cpu.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/o3') diff --git a/cpu/o3/alpha_cpu.hh b/cpu/o3/alpha_cpu.hh index b35bcf9e3..ea0aae41f 100644 --- a/cpu/o3/alpha_cpu.hh +++ b/cpu/o3/alpha_cpu.hh @@ -280,7 +280,7 @@ class AlphaFullCPU : public FullO3CPU #endif - return this->mem->write(req, (T)::htog(data)); + return this->mem->write(req, (T)htog(data)); } template -- cgit v1.2.3