mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Cast to void pointer for %p
in commented out code [ci skip]
This commit is contained in:
parent
7c01cf4908
commit
768ceb4ead
3 changed files with 10 additions and 9 deletions
|
@ -2138,7 +2138,7 @@ found_mach_header:
|
|||
char *strtab = file + cmd->stroff, *sname = 0;
|
||||
uint32_t j;
|
||||
uintptr_t saddr = 0;
|
||||
/* kprintf("[%2d]: %x/symtab %p\n", i, cmd->cmd, p); */
|
||||
/* kprintf("[%2d]: %x/symtab %p\n", i, cmd->cmd, (void *)p); */
|
||||
for (j = 0; j < cmd->nsyms; j++) {
|
||||
uintptr_t symsize, d;
|
||||
struct LP(nlist) *e = &nl[j];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue