mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1774 addressing code review comments
GP-1774_James_JVM_switch_fixes
This commit is contained in:
parent
53aaa21c80
commit
98a768e336
4 changed files with 33 additions and 39 deletions
|
@ -236,7 +236,7 @@ class InstructionInfoProvider extends ComponentProviderAdapter implements Domain
|
|||
if (column == 0) {
|
||||
return "";
|
||||
}
|
||||
return "Operand-" + column;
|
||||
return "Operand-" + (column - 1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue