Fix warning
This commit is contained in:
parent
68b0f69a0d
commit
ba92d40d9b
@ -57,7 +57,7 @@ void print_int(codeblock_t* cb, x86opnd_t opnd)
|
|||||||
|
|
||||||
static void print_ptr_cfun(void* val)
|
static void print_ptr_cfun(void* val)
|
||||||
{
|
{
|
||||||
printf("%llX\n", val);
|
printf("%p\n", val);
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_ptr(codeblock_t* cb, x86opnd_t opnd)
|
void print_ptr(codeblock_t* cb, x86opnd_t opnd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user