Skip to content

Commit

Permalink
Add dyninstAPI/src/registerSpace.C
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 9825f4e commit 0e42c36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dyninstAPI/src/registerSpace.C
Original file line number Diff line number Diff line change
Expand Up @@ -996,8 +996,6 @@ std::string registerSpace::getRegByNumber(Register reg) {
return registers_[reg]->name;
}

// If we have defined realRegisters_ (IA-32 and 32-bit mode AMD-64)
// return that. Otherwise return GPRs.
std::vector<registerSlot *> &registerSpace::realRegs() {
if (realRegisters_.size())
return realRegisters_;
Expand Down

0 comments on commit 0e42c36

Please sign in to comment.