Changeset 65 for trunk/kernel/mm/kcm.c


Ignore:
Timestamp:
Jun 26, 2017, 5:26:49 PM (7 years ago)
Author:
max@…
Message:

use %p to silence a few warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/kcm.c

    r53 r65  
    8080                 + (index * kcm->block_size) );
    8181
    82         kcm_dmsg("\n[INFO] %s : allocated one block  %s / ptr = %x / page = %x / count = %d\n",
    83                  __FUNCTION__ , kmem_type_str( kcm->type ) , (uint32_t)ptr ,
     82        kcm_dmsg("\n[INFO] %s : allocated one block  %s / ptr = %p / page = %x / count = %d\n",
     83                 __FUNCTION__ , kmem_type_str( kcm->type ) , ptr ,
    8484             (intptr_t)kcm_page , kcm_page->count );
    8585
Note: See TracChangeset for help on using the changeset viewer.