File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/include/llvm/DebugInfo/DWARF Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,8 +249,8 @@ class UnwindRow {
249249 // / The address will be valid when parsing the instructions in a FDE. If
250250 // / invalid, this object represents the initial instructions of a CIE.
251251 std::optional<uint64_t > Address; // /< Address for row in FDE, invalid for CIE.
252- UnwindLocation CFAValue; // /< How to unwind the Call Frame Address (CFA).
253- RegisterLocations RegLocs; // /< How to unwind all registers in this list.
252+ UnwindLocation CFAValue; // /< How to unwind the Call Frame Address (CFA).
253+ RegisterLocations RegLocs; // /< How to unwind all registers in this list.
254254
255255public:
256256 UnwindRow () : CFAValue(UnwindLocation::createUnspecified()) {}
You can’t perform that action at this time.
0 commit comments