This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH] sim: bfin: fix typo in TWI stat reg
- From: Mike Frysinger <vapier at gentoo dot org>
- To: gdb-patches at sourceware dot org
- Cc: toolchain-devel at blackfin dot uclinux dot org
- Date: Wed, 23 Mar 2011 23:16:21 -0400
- Subject: [PATCH] sim: bfin: fix typo in TWI stat reg
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-03-23 Mike Frysinger <vapier@gentoo.org>
* dv-bfin_twi.h (LOSTARB): Rename from LOSTARG.
---
note: i've committed this now
sim/bfin/dv-bfin_twi.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sim/bfin/dv-bfin_twi.h b/sim/bfin/dv-bfin_twi.h
index 9189999..a31df78 100644
--- a/sim/bfin/dv-bfin_twi.h
+++ b/sim/bfin/dv-bfin_twi.h
@@ -26,7 +26,7 @@
/* TWI_MASTER_STAT Masks */
#define MPROG (1 << 0)
-#define LOSTARG (1 << 1)
+#define LOSTARB (1 << 1)
#define ANAK (1 << 2)
#define DNAK (1 << 3)
#define BUFRDERR (1 << 4)
--
1.7.4.1