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
         PRI
21
         PRI
22
 } Instruction;
22
 } Instruction;
23
 
23
 
24
-char* instructions_labels[12];
24
+extern char* instructions_labels[];
25
 
25
 
26
 
26
 
27
 typedef struct InstructionItem {
27
 typedef struct InstructionItem {

Loading…
Cancel
Save