* as.c: If HAVE_ITBL_CPU, include "itbl-ops.h".
This commit is contained in:
parent
f5f9cc4ffb
commit
84be4d7117
1 changed files with 3 additions and 1 deletions
4
gas/as.c
4
gas/as.c
|
@ -44,7 +44,9 @@
|
|||
#include "sb.h"
|
||||
#include "macro.h"
|
||||
|
||||
#ifndef HAVE_ITBL_CPU
|
||||
#ifdef HAVE_ITBL_CPU
|
||||
#include "itbl-ops.h"
|
||||
#else
|
||||
#define itbl_parse(itbl_file) 1
|
||||
#define itbl_init()
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue