Skip to content

Commit 5213612

Browse files
committed
Fixed compilation warning
1 parent 2958fec commit 5213612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/libudis86/udis86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ ud_lookup_mnemonic(enum ud_mnemonic_code c)
336336
if (c < UD_MAX_MNEMONIC_CODE) {
337337
return ud_mnemonics_str[c];
338338
} else {
339-
return NULL;
339+
return "???";
340340
}
341341
}
342342

0 commit comments

Comments
 (0)