Skip to content

Commit

Permalink
Removed commented line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopher-pellizzi committed Dec 11, 2021
1 parent 218e84e commit 64bec84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MemTrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,6 @@ VOID memtrace( THREADID tid, CONTEXT* ctxt, AccessType type, ADDRINT ip, ADDRIN
if(pendingDirectMemoryCopy.isValid() && ma.getActualIP() == pendingDirectMemoryCopy.getIp()){
MemoryAccess& pendingAccess = pendingDirectMemoryCopy.getAccess();
InstructionHandler::getInstance().handle(pendingAccess, ma, srcRegs);
//AccessIndex ai(pendingAccess.getAddress(), pendingAccess.getSize());
}
// Writes performed by system calls don't have any src register, just store them
else if(isSyscallInstruction(opcode)){
Expand Down

0 comments on commit 64bec84

Please sign in to comment.