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/hello/main.c

    r199 r207  
    55        char                byte;
    66    unsigned int        proc = giet_procid();
    7     unsigned int*       illegal = 0xFFFFFFF0;
     7    unsigned int*       illegal = (unsigned int*)0xFFFFFFF0;
    88
    99        while (1)
Note: See TracChangeset for help on using the changeset viewer.