Ignore:
Timestamp:
Feb 10, 2015, 5:43:59 PM (10 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/user_barrier.c

    r501 r508  
    127127#if GIET_DEBUG_USER_BARRIER
    128128giet_shr_printf("[DEBUG USER BARRIER] initialize sqt_node[%d][%d][%d] : arity = %d\n"
    129                 " parent = %x / child0 = %x / child1 = %x / child0 = %x / child1 = %x\n",
     129                " parent = %x / child0 = %x / child1 = %x / child2 = %x / child3 = %x\n",
    130130                x, y, level, node->arity,
    131131                (unsigned int)node->parent,
Note: See TracChangeset for help on using the changeset viewer.