Skip to content

Commit

Permalink
Move comment to relevant loc
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Apr 3, 2024
1 parent 631a539 commit bc86d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/drcachesim/tracer/raw2trace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,8 @@ raw2trace_t::write_syscall_template(raw2trace_thread_data_t *tdata, byte *&buf_i
{ static_cast<addr_t>(syscall_num) } };
*buf = start_entry;
++buf;
// Now write any accumulated entries from before, plus the start entry.
{
// Now write any accumulated entries from before, plus the start entry.
size_t size = buf - buf_base;
if ((uint)size >= WRITE_BUFFER_SIZE) {
tdata->error = "Too many entries";
Expand Down

0 comments on commit bc86d2e

Please sign in to comment.