Commit a24bec5
committed
[lldb][nfc] Fix incorrect union usage in UnwindAssemblyInstEmulation (llvm#168341)
This is harmless due to the previous checks for > 0, but it is still
confusing for the readers.
(cherry picked from commit 542d88d)1 parent c14d5b4 commit a24bec5
File tree
1 file changed
+3
-3
lines changed- lldb/source/Plugins/UnwindAssembly/InstEmulation
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
511 | | - | |
| 510 | + | |
512 | 511 | | |
513 | 512 | | |
514 | 513 | | |
515 | | - | |
| 514 | + | |
| 515 | + | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| |||
0 commit comments