Fix build

This commit is contained in:
Jasmine Iwanek
2022-03-18 17:35:53 -04:00
parent 8ef1d28b2c
commit 1ecbc1cd3c
2 changed files with 4 additions and 3 deletions

View File

@@ -503,7 +503,7 @@ extern double fpu_multi;
extern int cpu_cyrix_alignment; /*Cyrix 5x86/6x86 only has data misalignment
penalties when crossing 8-byte boundaries*/
extern int is8086, is186, is286, is386, is486;
extern int is8086, is_nec, is186, is286, is386, is486;
extern int is_am486, is_am486dxl, is_pentium, is_k5, is_k6, is_p6, is_cxsmm;
extern int hascache;
extern int isibm486;