Skip to content

Commit

Permalink
Add dataflowAPI/src/Absloc.C
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent e3ee4d1 commit 82ff982
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dataflowAPI/src/Absloc.C
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ using namespace Dyninst;
// using namespace Dyninst::DepGraphAPI;
using namespace Dyninst::InstructionAPI;
using namespace std;
//////////////// Replace with generic version ////////////

////////////////
// FIXME architecture...
///////////////
bool Absloc::isPC() const {
if (type_ != Register) return false;
return (reg_ == MachRegister::getPC(reg_.getArchitecture()));
Expand Down

0 comments on commit 82ff982

Please sign in to comment.