Ignore:
Timestamp:
Feb 17, 2016, 4:12:02 PM (8 years ago)
Author:
meunier
Message:
  • Added function realloc
  • Started to put the bootloader on 2 Big Pages (warning: does not work yet)
  • Fixed errors in the rosenfeld application
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/rosenfeld/nrc2/include/nrc_os_config.h

    r772 r791  
    1010    #define write(x, y, z)  giet_fat_write(x, y, z)
    1111    #define fprintf(x, ...) giet_fat_fprintf(x, __VA_ARGS__)
    12     #define exit(x)         giet_pthread_exit("exit...")
     12    #define fscanf(x, ...)  ;
     13    #define exit(x)         giet_pthread_exit(NULL)
    1314#endif
    1415
Note: See TracChangeset for help on using the changeset viewer.