Ignore:
Timestamp:
Jul 27, 2015, 8:40:45 PM (9 years ago)
Author:
alain
Message:

Introduce support for the "shared" argument in the giet_tty_alloc() system call,
and replace the giet_shr_printf() system call by giet_tty_printf().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/sort/sort.py

    r610 r669  
    4545
    4646    # create Vspace
    47     vspace = mapping.addVspace( name = 'sort', startname = 'sort_data' )
     47    vspace = mapping.addVspace( name = 'sort', startname = 'sort_data', active = False )
    4848
    4949    # data vseg : non local (only in cluster[0,0])
Note: See TracChangeset for help on using the changeset viewer.