diff options
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/trace.h b/src/target/trace.h index 90bd6007..0a9ccc55 100644 --- a/src/target/trace.h +++ b/src/target/trace.h @@ -28,7 +28,7 @@ struct command_context_s; typedef struct trace_point_s { uint32_t address; - u64 hit_counter; + uint64_t hit_counter; } trace_point_t; typedef struct trace_s |