summaryrefslogtreecommitdiff
path: root/xpp/card_global.c
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/card_global.c')
-rw-r--r--xpp/card_global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/card_global.c b/xpp/card_global.c
index 091ceaf..7a3d101 100644
--- a/xpp/card_global.c
+++ b/xpp/card_global.c
@@ -96,7 +96,7 @@ static int execute_chip_command(xpd_t *xpd, const int argc, char *argv[])
bool writing;
int op; /* [W]rite, [R]ead */
int addr_mode; /* [D]irect, [I]ndirect, [Mm]ulti */
- bool do_indirect;
+ bool do_indirect = 0;
int regnum;
int subreg;
int data_low;