Module: Mesa Branch: main Commit: d47d0ea1015b40f56f97b74f50ab7dd0d6818a39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d47d0ea1015b40f56f97b74f50ab7dd0d6818a39
Author: Simon Perretta <[email protected]> Date: Wed Jan 18 15:41:23 2023 +0000 pvr: Drop the ENUM_PACKED macro Signed-off-by: Simon Perretta <[email protected]> Acked-by: Frank Binns <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20430> --- src/imagination/rogue/rogue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imagination/rogue/rogue.h b/src/imagination/rogue/rogue.h index d25a866d6c4..ef81bf9af1f 100644 --- a/src/imagination/rogue/rogue.h +++ b/src/imagination/rogue/rogue.h @@ -93,7 +93,7 @@ enum rogue_reg_class { ROGUE_REG_CLASS_VTXOUT, /** Vertex output register. */ ROGUE_REG_CLASS_COUNT, -} ENUM_PACKED; +} PACKED; typedef struct rogue_reg_info { const char *name; /** Human-readable name. */
