Updated to latest Xbyak.
This commit is contained in:
parent
16cff62d36
commit
e2434e50a0
|
@ -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 {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7ba56efc538dd3020816c0a60ac535b3ea7d8543
|
Subproject commit f395faf024a98f44bbfe799e316eee84e4df8fcb
|
Loading…
Reference in New Issue