We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4fde9 commit 39fa5b3Copy full SHA for 39fa5b3
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
@@ -70,7 +70,7 @@ class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
70
71
/// Register containing the data or the register base of the memory
72
/// location containing the data.
73
- uint16_t CVRegister;
+ uint32_t CVRegister : 16;
74
75
uint64_t static toOpaqueValue(const LocalVarDef DR) {
76
uint64_t Val = 0;
0 commit comments