Skip to content

Commit

Permalink
Remove the extra encoding for X86_32.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankyluk committed Nov 14, 2024
1 parent b6db701 commit 9d38f36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clients/drcachesim/tests/raw2trace_unit_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3262,10 +3262,6 @@ test_asynchronous_signal(void *drcontext)
check_entry(entries, idx, TRACE_TYPE_MARKER, TRACE_MARKER_TYPE_CPU_ID) &&
// The load instruction.
check_entry(entries, idx, TRACE_TYPE_ENCODING, -1) &&
#ifdef X86_32
// An extra encoding entry is needed.
check_entry(entries, idx, TRACE_TYPE_ENCODING, -1) &&
#endif
check_entry(entries, idx, TRACE_TYPE_INSTR, -1, offs_load) &&
check_entry(entries, idx, TRACE_TYPE_READ, -1) &&
// The store instruction and the memref are removed.
Expand Down

0 comments on commit 9d38f36

Please sign in to comment.