projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08637ef
)
Removed a stray ::.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 24 Feb 2006 08:51:21 +0000
(
03:51
-0500)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/cpu/o3/alpha_cpu.hh
b/cpu/o3/alpha_cpu.hh
index b35bcf9e3fcf931ff2e33bb879e3712687a77da1..ea0aae41f3fcf63e0ce75720e66183af98a1004a 100644
(file)
--- a/
cpu/o3/alpha_cpu.hh
+++ b/
cpu/o3/alpha_cpu.hh
@@
-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>