diff options
Diffstat (limited to 'include/llvm/Object/StackMapParser.h')
-rw-r--r-- | include/llvm/Object/StackMapParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Object/StackMapParser.h b/include/llvm/Object/StackMapParser.h index 0c5e1e38cbaa..557db5afa825 100644 --- a/include/llvm/Object/StackMapParser.h +++ b/include/llvm/Object/StackMapParser.h @@ -62,7 +62,7 @@ public: uint64_t getStackSize() const { return read<uint64_t>(P + sizeof(uint64_t)); } - + /// Get the number of callsite records. uint64_t getRecordCount() const { return read<uint64_t>(P + (2 * sizeof(uint64_t))); |