Skip to content

Commit

Permalink
Add a comment to OFFLINE_FILE_VERSION_XFER_ABS_PC for doxygen.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankyluk committed Nov 13, 2024
1 parent ec77a6d commit 4b82d54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/drcachesim/common/trace_entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,8 @@ typedef enum {
#define OFFLINE_FILE_VERSION_KERNEL_INT_PC 4
#define OFFLINE_FILE_VERSION_HEADER_FIELDS_SWAP 5
#define OFFLINE_FILE_VERSION_ENCODINGS 6
#define OFFLINE_FILE_VERSION_XFER_ABS_PC 7
#define OFFLINE_FILE_VERSION_XFER_ABS_PC \
7 /**< Use the absolute PC for kernel interruption PC for 64-bit mode.*/
#define OFFLINE_FILE_VERSION_RETIRED_INSTRUCTIONS_ONLY \
8 /**< Trace version which has only retired instructions in drmemtraces.*/
#define OFFLINE_FILE_VERSION OFFLINE_FILE_VERSION_RETIRED_INSTRUCTIONS_ONLY
Expand Down

0 comments on commit 4b82d54

Please sign in to comment.