X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Ftrace.h;h=0a9ccc55f531ac7de698b8dc810f207d9206b9b6;hb=56a04a3413a6427ef83dc18e3f7c7c13fd217113;hp=90bd600721f52740d053e2238f70ee1489698e6c;hpb=3c2eabd20f5182c53f0bfb0c6f2a9f2595434e87;p=openocd.git diff --git a/src/target/trace.h b/src/target/trace.h index 90bd600721..0a9ccc55f5 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