mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 11:10:12 +01:00
Bug #328: Silence read-from-uninitialized warnings in DRM_CAS on Alpha.
(David Dawes)
This commit is contained in:
parent
00d4957d62
commit
79f30e79ec
1 changed files with 2 additions and 2 deletions
|
|
@ -319,8 +319,8 @@ typedef struct _drmSetVersion {
|
|||
" stl_c %1, %2\n" \
|
||||
"1: xor %1, 1, %1\n" \
|
||||
" stl %1, %3" \
|
||||
: "+r" (old32), \
|
||||
"+&r" (cur32), \
|
||||
: "=r" (old32), \
|
||||
"=&r" (cur32), \
|
||||
"=m" (__drm_dummy_lock(lock)),\
|
||||
"=m" (ret) \
|
||||
: "r" (old), \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue