mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-38 corrected register alias bug introduced with recent change
This commit is contained in:
parent
aac0c2229f
commit
ecaa97fda4
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class RegisterBuilder {
|
|||
reg.getBitLength() == register.getBitLength()) {
|
||||
// define as register alias
|
||||
reg.addAlias(name);
|
||||
addRegisterToNameMap(name, register);
|
||||
addRegisterToNameMap(name, reg);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue