Skip to content

Commit 64bb6c6

Browse files
committed
Quieten pernickety compilers
1 parent 1a616ef commit 64bb6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ int print_disassembly(FILE *out, struct element *i, int flags)
130130
char s8[16];
131131
snprintf(s8, sizeof s8, hex ? "0x%08x" : "%d", i8);
132132

133-
const char *sA, *sB, *sC;
133+
const char *sA = NULL, *sB = NULL, *sC = NULL;
134134
switch (g->p) {
135135
case 0: sA = s5, sB = s7, sC = s8 ; break;
136136
case 1: sA = s5, sB = s8, sC = s7 ; break;

0 commit comments

Comments
 (0)