mirror of
https://github.com/RPCSX/xbyak.git
synced 2024-11-23 11:29:53 +00:00
fix args of EmptyAllocator::alloc in test
This commit is contained in:
parent
04d3eb5f5c
commit
f07c5c2554
@ -56,7 +56,7 @@ void test2()
|
||||
void test3()
|
||||
{
|
||||
static struct EmptyAllocator : Xbyak::Allocator {
|
||||
uint8_t *alloc() { return 0; }
|
||||
uint8_t *alloc(size_t) { return 0; }
|
||||
} emptyAllocator;
|
||||
struct Code : CodeGenerator {
|
||||
Code() : CodeGenerator(8, 0, &emptyAllocator)
|
||||
|
Loading…
Reference in New Issue
Block a user