From 40580e2d71ac56131a5da7e5f67a0b63450e4f24 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 19 Apr 2009 20:51:16 +0000 Subject: Zach Welch fix -Werror warnings git-svn-id: svn://svn.berlios.de/openocd/trunk@1472 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/etb.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/target/etb.h') diff --git a/src/target/etb.h b/src/target/etb.h index a41443b8..f5f9cf4a 100644 --- a/src/target/etb.h +++ b/src/target/etb.h @@ -46,17 +46,17 @@ typedef struct etb_s { etm_context_t *etm_ctx; jtag_tap_t *tap; - int cur_scan_chain; + u32 cur_scan_chain; reg_cache_t *reg_cache; /* ETB parameters */ - int ram_depth; - int ram_width; + u32 ram_depth; + u32 ram_width; } etb_t; typedef struct etb_reg_s { - int addr; + u32 addr; etb_t *etb; } etb_reg_t; -- cgit v1.2.3