diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h index 9f7eb2dde6..e7e0f7737c 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h +++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h @@ -107,7 +107,7 @@ private: u16_le info16; u16_le status; // always 0xFFFF }; - static_assert(sizeof(IoctlGetErrorNotification) == 16, + static_assert(sizeof(IoctlGetErrorNotification) == 16, "IoctlGetErrorNotification is incorrect size"); struct IoctlFence {