diff options
Diffstat (limited to 'translate.c')
-rw-r--r-- | translate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.c b/translate.c index 6ed6f190b7..1309d17c5c 100644 --- a/translate.c +++ b/translate.c @@ -123,7 +123,7 @@ int cpu_gen_code(TranslationBlock *tb, static const unsigned short opc_copy_size[] = { #define DEF(s, n, copy_size) copy_size, -#include "opc-i386.h" +#include "opc-" TARGET_ARCH ".h" #undef DEF }; |