Skip to content

Commit 276a00c

Browse files
lukbukkitemesare
authored andcommitted
Updates documentation for code & data symbol instruction text token kinds
1 parent bb873b0 commit 276a00c

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)