fix multiple definitions of instructions_labels
This commit is contained in:
parent
ef75bd33b8
commit
7c9f8424f3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ typedef enum Instruction {
|
||||||
PRI
|
PRI
|
||||||
} Instruction;
|
} Instruction;
|
||||||
|
|
||||||
char* instructions_labels[12];
|
extern char* instructions_labels[];
|
||||||
|
|
||||||
|
|
||||||
typedef struct InstructionItem {
|
typedef struct InstructionItem {
|
||||||
|
|
Loading…
Reference in a new issue