Ignore:
Timestamp:
Sep 17, 2012, 10:47:46 AM (12 years ago)
Author:
karaoui
Message:

New components are now mandotory in the XML description:

The files giet_vsegs.ld and hard_config.h are now autogenerated by the xml2bin tool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/sys/common.c

    r207 r215  
    158158void _puts(char* buffer)
    159159{
    160     unsigned int* tty_address = (unsigned int*)( (char*)&seg_tty_base +
    161                                 (CLUSTER_IO_ID * (unsigned)CLUSTER_SIZE) );
     160    unsigned int* tty_address = (unsigned int*) &seg_tty_base;
    162161    unsigned int n;
    163162
Note: See TracChangeset for help on using the changeset viewer.