From: Gabe Black Date: Fri, 24 Feb 2006 08:51:21 +0000 (-0500) Subject: Removed a stray ::. X-Git-Tag: m5_2.0_beta1~87^2~72 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=802fd04f640b34d713f7ef75142e51d3d82559b9;p=gem5.git Removed a stray ::. --HG-- extra : convert_revision : f6114b78e30e8cba5af6276042b0f043d8773739 --- 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