Skip to content

Commit 1da5221

Browse files
committed
Updates documentation for code & data symbol instruction text token kinds
1 parent 5c097ce commit 1da5221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/src/disassembly.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,13 +501,13 @@ pub enum InstructionTextTokenKind {
501501
hash: Option<u64>,
502502
},
503503
CodeSymbol {
504-
// TODO: Value of what?
504+
// Target address of the symbol
505505
value: u64,
506506
// TODO: Size of what?
507507
size: usize, // TODO: Operand?
508508
},
509509
DataSymbol {
510-
// TODO: Value of what?
510+
// Target address of the symbol
511511
value: u64,
512512
// TODO: Size of what?
513513
size: usize, // TODO: Operand?

0 commit comments

Comments
 (0)