diff options
Diffstat (limited to 'Microbenchmarks/CPU-DPU/host/app.c')
-rw-r--r-- | Microbenchmarks/CPU-DPU/host/app.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Microbenchmarks/CPU-DPU/host/app.c b/Microbenchmarks/CPU-DPU/host/app.c index 7c402bc..bb86d09 100644 --- a/Microbenchmarks/CPU-DPU/host/app.c +++ b/Microbenchmarks/CPU-DPU/host/app.c @@ -217,6 +217,6 @@ int main(int argc, char **argv) { free(C); free(C2); DPU_ASSERT(dpu_free(dpu_set)); - - return status ? 0 : -1; + + return 0; } |