diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:36:19 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:36:19 +0000 |
commit | 3470744c837a5104a1ad431006386bc0fc136e83 (patch) | |
tree | 412247bba40b5476dbadc4e0e1b182c9ed7d8e9c /lib/mesa/src/amd/common/amd_kernel_code_t.h | |
parent | 7947b53aadd0abdcc0a79df8049cca583547ed9f (diff) |
Import Mesa 13.0.2
Diffstat (limited to 'lib/mesa/src/amd/common/amd_kernel_code_t.h')
-rw-r--r-- | lib/mesa/src/amd/common/amd_kernel_code_t.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/amd/common/amd_kernel_code_t.h b/lib/mesa/src/amd/common/amd_kernel_code_t.h index f8e950851..d0d7809da 100644 --- a/lib/mesa/src/amd/common/amd_kernel_code_t.h +++ b/lib/mesa/src/amd/common/amd_kernel_code_t.h @@ -36,7 +36,7 @@ // Gets bits for specified mask from specified src packed instance. #define AMD_HSA_BITS_GET(src, mask) \ - ((src & mask) >> mask ## _SHIFT) + ((src & mask) >> mask ## _SHIFT) \ /* Every amd_*_code_t has the following properties, which are composed of * a number of bit fields. Every bit field has a mask (AMD_CODE_PROPERTY_*), |