mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-16 21:58:21 +02:00
asahi: Remove ; in perf_debug_ctx
Otherwise `if(x) perf_debug_ctx(); else if (y) ...` doesn't work. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23998>
This commit is contained in:
parent
b57faede71
commit
45cbe12282
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue