fix multiple definitions of instructions_labels

This commit is contained in:
Yohan Simard 2021-05-27 11:08:05 +02:00
parent ef75bd33b8
commit 7c9f8424f3

View file

@ -21,7 +21,7 @@ typedef enum Instruction {
PRI
} Instruction;
char* instructions_labels[12];
extern char* instructions_labels[];
typedef struct InstructionItem {