extra space in macro definition
This commit is contained in:
parent
88760aa0b1
commit
dab7c00e60
@ -47,7 +47,7 @@ static void share_private_nodes(int worker_q);
|
|||||||
#if INCREMENTAL_COPY
|
#if INCREMENTAL_COPY
|
||||||
#define COMPUTE_SEGMENTS_TO_COPY_TO(Q) \
|
#define COMPUTE_SEGMENTS_TO_COPY_TO(Q) \
|
||||||
if (REMOTE_top_cp(Q) == GLOBAL_root_cp) \
|
if (REMOTE_top_cp(Q) == GLOBAL_root_cp) \
|
||||||
REMOTE_start_global_copy(Q) = (CELL) (H0); \
|
REMOTE_start_global_copy(Q) = (CELL) (H0); \
|
||||||
else \
|
else \
|
||||||
REMOTE_start_global_copy(Q) = (CELL) (REMOTE_top_cp(Q)->cp_h); \
|
REMOTE_start_global_copy(Q) = (CELL) (REMOTE_top_cp(Q)->cp_h); \
|
||||||
REMOTE_end_global_copy(Q) = (CELL) (B->cp_h); \
|
REMOTE_end_global_copy(Q) = (CELL) (B->cp_h); \
|
||||||
|
Reference in New Issue
Block a user