dol: fix shm_t contain the shm-buffers
[jump.git] / dol / src / dol / visitor / epiphany / template / shared.h
index 467b09fae86a08e86186a1ed136462065a08bbe4..1eb893d81dd716f441ba4238fa4e5d08e05f894e 100644 (file)
@@ -26,8 +26,7 @@ typedef struct {
 typedef struct {
        int32_t    states[NUM_CORES];
        coredata_t cores[NUM_CORES];
-       buf0_t     buf0;
-       buf1_t     buf1;
+@@SHM_BUFS@@
 } PACKED shm_t;
 
 #endif /* _SHARED_H_ */