Ignore:
Timestamp:
Jun 6, 2013, 5:39:18 PM (11 years ago)
Author:
brejon
Message:
  • Update malloc (remote free)
  • bugfix in spin_lock (bad register used in asm inline)
  • memo/Makefile clean rule : added "-f" option to rm command
  • main Makefile :
    • added spin_lock.o in dhrystone object files
    • added rules to compile spin_lock
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/libs/malloc.h

    r233 r244  
    88#ifndef _MALLOC_H_
    99#define _MALLOC_H_
     10//#define DEBUG_MALLOC 1
    1011
    1112#include "giet_config.h"
     13#include "spin_lock.h"
    1214
    1315//#define MALLOC_SELECTED 2
Note: See TracChangeset for help on using the changeset viewer.