]> git.sur5r.net Git - openocd/blobdiff - src/target/register.h
restore ICE watchpoint registers when the *last* software breakpoint is removed
[openocd] / src / target / register.h
index a468d453dd935a72576f4ec558f93a9c3b5c6cd9..d139379bb95b63be835464bc8234d0c28261ac26 100644 (file)
@@ -2,7 +2,7 @@
  *   Copyright (C) 2005 by Dominic Rath                                    *
  *   Dominic.Rath@gmx.de                                                   *
  *                                                                         *
- *   Copyright (C) 2007,2008 Øyvind Harboe                                 *
+ *   Copyright (C) 2007,2008 Øyvind Harboe                                 *
  *   oyvind.harboe@zylin.com                                               *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -39,7 +39,7 @@ typedef struct reg_s
        void *value;
        int dirty;
        int valid;
-       u32 size;
+       uint32_t size;
        bitfield_desc_t *bitfield_desc;
        int num_bitfields;
        void *arch_info;