mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@2138 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
692fa4201a
commit
dbbce2e939
@ -35,7 +35,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/* common */
|
||||
/* common */
|
||||
#include "cpu.h"
|
||||
|
||||
|
||||
@ -51,7 +51,7 @@ cpu_t CPU = CPU_UNKNOWN;
|
||||
|
||||
/* Table with target names */
|
||||
const char* CPUNames [CPU_COUNT] = {
|
||||
"6502"
|
||||
"6502",
|
||||
"65C02",
|
||||
"65816",
|
||||
"sunplus",
|
||||
|
Loading…
Reference in New Issue
Block a user