mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 16:41:27 +00:00
Updating the documentation to include an operator! for negative capability support.
llvm-svn: 238020
This commit is contained in:
parent
f7cfed4bff
commit
8afcd0a71a
@ -857,6 +857,9 @@ implementation.
|
||||
|
||||
// Assert that is mutex is currently held for read operations.
|
||||
void AssertReaderHeld() ASSERT_SHARED_CAPABILITY(this);
|
||||
|
||||
// For negative capabilities.
|
||||
const Mutex& operator!() const { return *this; }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user