diff options
Diffstat (limited to 'src/panfrost/pandecode/decode.c')
-rw-r--r-- | src/panfrost/pandecode/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c index 2750f206759..c28b13f2efa 100644 --- a/src/panfrost/pandecode/decode.c +++ b/src/panfrost/pandecode/decode.c @@ -480,7 +480,7 @@ pandecode_block_format(enum mali_block_format fmt) #define DEFINE_CASE(name) case MALI_EXCEPTION_ACCESS_## name: return ""#name char * -pandecode_exception_access(enum mali_exception_access access) +pandecode_exception_access(unsigned access) { switch (access) { DEFINE_CASE(NONE); |