diff --git a/tt_metal/hw/inc/debug/dprint.h b/tt_metal/hw/inc/debug/dprint.h index 6e88bff9ee3..4b556dc3f4f 100644 --- a/tt_metal/hw/inc/debug/dprint.h +++ b/tt_metal/hw/inc/debug/dprint.h @@ -64,11 +64,11 @@ #if defined(COMPILE_FOR_BRISC) || defined(COMPILE_FOR_NCRISC) #define DPRINT_DATA0(x) \ if (noc_index == 0) { \ - x \ + x; \ } #define DPRINT_DATA1(x) \ if (noc_index == 1) { \ - x \ + x; \ } #else #define DPRINT_DATA0(x)