diff options
Diffstat (limited to 'src/devices/cpu/arcompact/arcompactdasm.cpp')
| -rw-r--r-- | src/devices/cpu/arcompact/arcompactdasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/arcompact/arcompactdasm.cpp b/src/devices/cpu/arcompact/arcompactdasm.cpp index 0b917a05d56..755106ce90c 100644 --- a/src/devices/cpu/arcompact/arcompactdasm.cpp +++ b/src/devices/cpu/arcompact/arcompactdasm.cpp @@ -26,7 +26,7 @@ extern char *output; CPU_DISASSEMBLE(arcompact) { - int size = 2; + int size; UINT32 op = oprom[0] | (oprom[1] << 8); output = buffer; |
