sim: bfin: fix typo in TWI stat reg

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger
2011-03-24 03:16:22 +00:00
parent 8e670c0a3f
commit 972dbc8ade
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-03-23 Mike Frysinger <vapier@gentoo.org>
* dv-bfin_twi.h (LOSTARB): Rename from LOSTARG.
2011-03-23 Robin Getz <robin.getz@analog.com>
* bfin-sim.c (decode_dsp32shift_0): Set acc0 to the unextended

View File

@ -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)