Changeset 464 for trunk/kernel


Ignore:
Timestamp:
Aug 19, 2018, 4:16:06 PM (6 years ago)
Author:
viala@…
Message:

FIX: Bad format kprintf in kcm.c

File:
1 edited

Legend:

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

    r457 r464  
    8888cycle = (uint32_t)hal_get_cycles();
    8989if( DEBUG_KCM < cycle )
    90 printk("\n[DBG] %s : thread %x exit / type  %s / ptr %p / page %x / count %d\n",
    91 __FUNCTION__ , CURRENT_THREAD , kmem_type_str( kcm->type ) , ptr ,
     90printk("\n[DBG] %s : thread %x exit / type  %s / ptr %x / page %x / count %d\n",
     91       __FUNCTION__ , CURRENT_THREAD , kmem_type_str( kcm->type ) , (intptr_t)ptr ,
    9292(intptr_t)kcm_page , kcm_page->count );
    9393#endif
Note: See TracChangeset for help on using the changeset viewer.