vc4: fix typo in simulator conditional declaration

Fixes: f1f8c465d5 ("vc4,v3d,v3dv: avoid compiling in unused `sim_file` field in the {vc4,v3d}_screen/v3dv_physical_device struct")
Reviewed-by: Eric Engestrom <eric@igalia.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30357>
This commit is contained in:
Juan A. Suarez Romero
2024-07-24 22:55:32 +02:00
committed by Marge Bot
parent ad02bfe41d
commit 8f8b520c78

View File

@@ -105,7 +105,7 @@ struct vc4_screen {
bool has_perfmon_ioctl;
bool has_syncobj;
#if USE_V3D_SIMULATOR
#ifdef USE_VC4_SIMULATOR
struct vc4_simulator_file *sim_file;
#endif
};