Removed a stray ::.
--HG-- extra : convert_revision : f6114b78e30e8cba5af6276042b0f043d8773739
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user