Browse Source

fix multiple definitions of instructions_labels

Yohan Simard 2 years ago
parent
commit
7c9f8424f3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      asm_instructions.h

+ 1
- 1
asm_instructions.h View File

@@ -21,7 +21,7 @@ typedef enum Instruction {
21 21
         PRI
22 22
 } Instruction;
23 23
 
24
-char* instructions_labels[12];
24
+extern char* instructions_labels[];
25 25
 
26 26
 
27 27
 typedef struct InstructionItem {

Loading…
Cancel
Save