mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
rename getRegisters() to getRegistersNumber() more
descriptive
This commit is contained in:
parent
589fec8751
commit
dc61120019
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class MIDataListChangedRegistersInfo extends MIInfo {
|
|||
super(rr);
|
||||
}
|
||||
|
||||
int[] getRegisters() {
|
||||
public int[] getRegisterNumbers() {
|
||||
if (registers == null) {
|
||||
parse();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue