From 40595c1314cacc6f4c179adbb8f8eb464fc1b95e Mon Sep 17 00:00:00 2001 From: Joseph Schuchart Date: Tue, 28 May 2024 12:32:22 -0400 Subject: [PATCH] Fix macro TTG_PROCESS_TT_OP_RETURN if coros are not available Signed-off-by: Joseph Schuchart --- ttg/ttg/tt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttg/ttg/tt.h b/ttg/ttg/tt.h index ec7eff6d8..637ae42b5 100644 --- a/ttg/ttg/tt.h +++ b/ttg/ttg/tt.h @@ -196,7 +196,7 @@ namespace ttg { } \ } #else -#define TTG_PROCESS_TT_OP_RETURN(result, invoke) invoke +#define TTG_PROCESS_TT_OP_RETURN(result, id, invoke) invoke #endif #else #error "TTG_PROCESS_TT_OP_RETURN already defined in ttg/tt.h, check your header guards"