diff --git a/src/gallium/drivers/asahi/agx_state.h b/src/gallium/drivers/asahi/agx_state.h index 80b9f7172e4..f6b888d2551 100644 --- a/src/gallium/drivers/asahi/agx_state.h +++ b/src/gallium/drivers/asahi/agx_state.h @@ -571,7 +571,7 @@ agx_device(struct pipe_screen *p) } while (0) #define perf_debug_ctx(ctx, ...) \ - perf_debug(agx_device((ctx)->base.screen), __VA_ARGS__); + perf_debug(agx_device((ctx)->base.screen), __VA_ARGS__) struct agx_resource { struct pipe_resource base;