Update xbyak to 5.97

Keeps the library up to date.
This commit is contained in:
Lioncash
2020-09-19 11:27:42 -04:00
48 changed files with 3852 additions and 3816 deletions

View File

@@ -148,7 +148,7 @@ public:
}
};
void dump(const Xbyak::uint8 *code, size_t size)
void dump(const uint8_t *code, size_t size)
{
puts("#include <stdio.h>\nstatic int stack[128 * 1024];");
#ifdef _MSC_VER