summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorEmmanuel <manu@FreeBSD.org>2020-01-24 23:45:40 +0100
committerEric Engestrom <eric@engestrom.ch>2020-07-08 19:31:17 +0200
commitab052fba1d8ab8f1e592ed0ec6bbe3914fffb534 (patch)
treec131911584b3960f736ac32ae8a0e28e6def1966 /.pick_status.json
parent5d3669b21e467fa37a1ab9774af600635c1cbcac (diff)
iris: Explicitly cast value to uint64_t
In FreeBSD x86 and aarch64 __u64 is typedef to unsigned long and is the same size as unsigned long long. Since we are explicitly specifying the format, cast the value to the proper type. Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Emmanuel <manu@FreeBSD.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3559> (cherry picked from commit 565a80450d28f6daa0ca8b98dad93924e712f94b)
Diffstat (limited to '.pick_status.json')
-rw-r--r--.pick_status.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index 68c439a335f..11252a7b5c7 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -2488,7 +2488,7 @@
"description": "iris: Explicitly cast value to uint64_t",
"nominated": false,
"nomination_type": null,
- "resolution": 4,
+ "resolution": 1,
"master_sha": null,
"because_sha": null
},