mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
sim: bfin: fix typo in TWI stat reg
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user