Ignore:
Timestamp:
Aug 5, 2015, 6:46:14 PM (9 years ago)
Author:
guerin
Message:

remove last references to giet_shr_printf()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/ocean/null_macros/c.m4.null.GIET

    r581 r693  
    2323        asm volatile("nop\r\n");
    2424    }
    25     giet_shr_printf("Tas initialisés\n");
     25    giet_tty_printf("Tas initialisés\n");
    2626        sqt_barrier_init(&($1), nclusters_x, nclusters_y, procs_per_cluster);
    2727}')
     
    4242
    4343define(WAIT_FOR_END, `{
    44         giet_shr_printf("Wait threads...\n");
     44        giet_tty_printf("Wait threads...\n");
    4545        BARRIER(bars->barrier)
    4646}')
Note: See TracChangeset for help on using the changeset viewer.