mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00:00
Merge pull request #1052 from Bigpet/master
remove lwmutex::const_be_u32_t::value
This commit is contained in:
commit
721a0c8bcb
@ -25,11 +25,9 @@ namespace lwmutex
|
|||||||
template<u32 _value>
|
template<u32 _value>
|
||||||
struct const_be_u32_t
|
struct const_be_u32_t
|
||||||
{
|
{
|
||||||
static const u32 value = _value;
|
|
||||||
|
|
||||||
operator const be_t<u32>() const
|
operator const be_t<u32>() const
|
||||||
{
|
{
|
||||||
return be_t<u32>::make(value);
|
return be_t<u32>::make(_value);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user