Code clean. Change BAMBOO_EXIT macro to print out file name and line #
[IRC.git] / Robust / src / Runtime / bamboo / multicoregcflush.h
1 #ifndef BAMBOO_MULTICORE_GC_FLUSH_H
2 #define BAMBOO_MULTICORE_GC_FLUSH_H
3
4 #ifdef MULTICORE_GC
5 #include "multicore.h"
6 #include "runtime.h"
7
8 void flush(struct garbagelist * stackptr);
9 #endif // MULTICORE_GC
10 #endif // BAMBOO_MULTICORE_GC_FLUSH_H