From 0ca97d82d884a2c43b3bb4b3dd7ffcffa21719cc Mon Sep 17 00:00:00 2001 From: zwelch Date: Thu, 18 Jun 2009 07:11:40 +0000 Subject: Transform 'u64' to 'uint64_t' - Replace '\([^_]\)u64' with '\1uint64_t'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2282 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target') 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 -- cgit v1.2.3