Updated to latest Xbyak.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
2
third_party/xbyak
vendored
2
third_party/xbyak
vendored
Submodule third_party/xbyak updated: 7ba56efc53...f395faf024
Reference in New Issue
Block a user