From 5bad55bea92a37021ae7b317ba11584653e71b63 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Thu, 18 Dec 2014 15:08:22 +0000 Subject: [PATCH] silly typo (nw) --- src/emu/cpu/arcompact/arcompactdasm_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/cpu/arcompact/arcompactdasm_ops.c b/src/emu/cpu/arcompact/arcompactdasm_ops.c index 06dc74a7fb5..7325ddd4f52 100644 --- a/src/emu/cpu/arcompact/arcompactdasm_ops.c +++ b/src/emu/cpu/arcompact/arcompactdasm_ops.c @@ -280,7 +280,7 @@ static const char *dataextend[0x2] = { #ifdef EXPLICIT_EXTENSIONS /* 00 */ ".ZX", // Zero Extend (can use no extension, using .ZX to be explicit) -else +#else /* 00 */ "", // Zero Extend #endif /* 01 */ ".X" // Sign Extend