diff options
author | 2017-07-09 03:21:32 +1000 | |
---|---|---|
committer | 2017-07-09 03:21:32 +1000 | |
commit | d18aa3e097a4e6c4abe43b175ab08c64c2a5bcbd (patch) | |
tree | a6d649ad9f223c21988e5f435c6eb8e941444961 /src/tools/unidasm.cpp | |
parent | 962fa2ffac3300eb32d24e274bffb7104bd7e653 (diff) |
never hurts to srcclean (nw)
Diffstat (limited to 'src/tools/unidasm.cpp')
-rw-r--r-- | src/tools/unidasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/unidasm.cpp b/src/tools/unidasm.cpp index c736bdbb892..eafca32f14f 100644 --- a/src/tools/unidasm.cpp +++ b/src/tools/unidasm.cpp @@ -250,7 +250,7 @@ static const dasm_table_entry dasm_table[] = { "arm7thumbb", _16be, 0, CPU_DISASSEMBLE_NAME(arm7thumb_be) }, { "asap", _32le, 0, CPU_DISASSEMBLE_NAME(asap) }, { "avr8", _16le, 0, CPU_DISASSEMBLE_NAME(avr8) }, - { "capricorn", _8bit, 0, CPU_DISASSEMBLE_NAME(capricorn) }, + { "capricorn", _8bit, 0, CPU_DISASSEMBLE_NAME(capricorn) }, { "ccpu", _8bit, 0, CPU_DISASSEMBLE_NAME(ccpu) }, { "cdp1801", _8bit, 0, CPU_DISASSEMBLE_NAME(cdp1801) }, { "cdp1802", _8bit, 0, CPU_DISASSEMBLE_NAME(cdp1802) }, |