aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/XRay/YAMLXRayRecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/XRay/YAMLXRayRecord.h')
-rw-r--r--include/llvm/XRay/YAMLXRayRecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/XRay/YAMLXRayRecord.h b/include/llvm/XRay/YAMLXRayRecord.h
index f5836b392242..7e1a4112818e 100644
--- a/include/llvm/XRay/YAMLXRayRecord.h
+++ b/include/llvm/XRay/YAMLXRayRecord.h
@@ -31,7 +31,7 @@ struct YAMLXRayFileHeader {
struct YAMLXRayRecord {
uint16_t RecordType;
- uint8_t CPU;
+ uint16_t CPU;
RecordTypes Type;
int32_t FuncId;
std::string Function;