Updated to latest Xbyak.

This commit is contained in:
gibbed
2017-05-14 02:03:01 -05:00
parent 16cff62d36
commit e2434e50a0
3 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ project("xenia-cpu-backend-x64")
"CAPSTONE_HAS_X86", "CAPSTONE_HAS_X86",
"CAPSTONE_USE_SYS_DYN_MEM", "CAPSTONE_USE_SYS_DYN_MEM",
"XBYAK_NO_OP_NAMES", "XBYAK_NO_OP_NAMES",
"XBYAK_ENABLE_OMITTED_OPERAND",
}) })
-- Enable VTune, if it's installed. -- Enable VTune, if it's installed.
if os.isdir(project_root.."/third_party/vtune") then if os.isdir(project_root.."/third_party/vtune") then

View File

@@ -22,6 +22,7 @@
// NOTE: must be included last as it expects windows.h to already be included. // NOTE: must be included last as it expects windows.h to already be included.
#include "third_party/xbyak/xbyak/xbyak.h" #include "third_party/xbyak/xbyak/xbyak.h"
#include "third_party/xbyak/xbyak/xbyak_bin2hex.h"
#include "third_party/xbyak/xbyak/xbyak_util.h" #include "third_party/xbyak/xbyak/xbyak_util.h"
namespace xe { namespace xe {