Ignore:
Timestamp:
Aug 16, 2012, 6:36:16 PM (12 years ago)
Author:
alain
Message:

Several bugs have been fixed to support TSAR multi-cluster architecture
such as the "tsarv4-generic_mmu" platform.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/display/main.c

    r191 r207  
    88    unsigned char buf_in[128*128];
    99    unsigned char buf_out[128*128];
     10
    1011    unsigned int i;
    1112    unsigned int x;
     
    1415    while (base < 5 * NBLOCS)
    1516    {
    16 
    1717        giet_tty_printf("\n *** image %d *** at date = %d \n",
    1818                base / NBLOCS, giet_proctime());
     
    5050            giet_exit();
    5151        }
     52
    5253        x = giet_fb_completed();
    5354        if ( x )
Note: See TracChangeset for help on using the changeset viewer.