mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
Update xbyak to 5.97
Keeps the library up to date.
This commit is contained in:
2
externals/xbyak/sample/bf.cpp
vendored
2
externals/xbyak/sample/bf.cpp
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user