Skip to content

Commit

Permalink
Fix doc xref
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Jan 7, 2025
1 parent 5dbc0fc commit 268e5a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions clients/drcachesim/tools/common/decode_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,9 @@ class decode_cache_base_t {
*
* In general use, \p include_decoded_instr_ should be set to true, but may be set to
* false if the user wants to perform decoding themselves. In this case, the #instr_t
* provided to set_decode_info_derived() will be nullptr, and the #decode_cache_t
* merely acts as a cache and provider of the raw bytes.
* provided to set_decode_info_derived() will be nullptr, and the
* #dynamorio::drmemtrace::decode_cache_t object merely acts as a cache and provider of
* the raw bytes.
*
* The decoded #instr_t may be made to persist beyond the set_decode_info() calls by
* constructing the #dynamorio::drmemtrace::decode_cache_t object with
Expand Down

0 comments on commit 268e5a7

Please sign in to comment.