mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-13 11:22:03 +00:00
[msan] Fix comment of __msan::Origin::isHeapOrigin
This commit is contained in:
parent
3e39760f8e
commit
6c7aebbc01
@ -57,7 +57,7 @@ class Origin {
|
||||
|
||||
u32 raw_id() const { return raw_id_; }
|
||||
bool isHeapOrigin() const {
|
||||
// 1xxx xxxx xxxx xxxx
|
||||
// 0xxx xxxx xxxx xxxx
|
||||
return raw_id_ >> kHeapShift == 0;
|
||||
}
|
||||
bool isStackOrigin() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user