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 bb873b0 commit 276a00cCopy full SHA for 276a00c
rust/src/disassembly.rs
@@ -501,13 +501,13 @@ pub enum InstructionTextTokenKind {
501
hash: Option<u64>,
502
},
503
CodeSymbol {
504
- // TODO: Value of what?
+ // Target address of the symbol
505
value: u64,
506
// TODO: Size of what?
507
size: usize, // TODO: Operand?
508
509
DataSymbol {
510
511
512
513
0 commit comments