Merge branch '86Box:master' into nec-v20

This commit is contained in:
Jasmine Iwanek
2022-04-12 21:24:22 -04:00
committed by GitHub
97 changed files with 6145 additions and 2460 deletions

View File

@@ -195,7 +195,11 @@ extern void x386_dynarec_log(const char *fmt, ...);
#include "x86_ops_mul.h"
#include "x86_ops_pmode.h"
#include "x86_ops_prefix.h"
#ifdef IS_DYNAREC
#include "x86_ops_rep_dyn.h"
#else
#include "x86_ops_rep.h"
#endif
#include "x86_ops_ret.h"
#include "x86_ops_set.h"
#include "x86_ops_stack.h"