mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +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);
|
super(rr);
|
||||||
}
|
}
|
||||||
|
|
||||||
int[] getRegisters() {
|
public int[] getRegisterNumbers() {
|
||||||
if (registers == null) {
|
if (registers == null) {
|
||||||
parse();
|
parse();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue