jtag/drivers/ftdi.c: removed memory leak
[fw/openocd] / src / target / etm.h
index 083409507d8d7dac0d605e1848c48cd621c6f186..ff7925bf78ad4dd799ec6277bfaafd5c5be01c7c 100644 (file)
@@ -18,7 +18,7 @@
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  ***************************************************************************/
 
 #ifndef ETM_H
@@ -72,7 +72,7 @@ enum {
 };
 
 struct etm_reg {
-       uint32_t value;
+       uint8_t value[4];
        const struct etm_reg_info *reg_info;
        struct arm_jtag *jtag_info;
 };