mirror of https://github.com/neutrinolabs/xrdp
Fix Mesa compatibility with clang
This commit is contained in:
parent
9c83414a9c
commit
1e83db964b
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/src/mesa/x86-64/xform4.S
|
||||||
|
+++ b/src/mesa/x86-64/xform4.S
|
||||||
|
@@ -118,7 +118,7 @@
|
||||||
|
.byte 0x00, 0x00, 0x00, 0x00
|
||||||
|
.byte 0x00, 0x00, 0x00, 0x00
|
||||||
|
.byte 0x00, 0x00, 0x00, 0x00
|
||||||
|
-.float 0f+1.0
|
||||||
|
+.float 1.0
|
||||||
|
|
||||||
|
.text
|
||||||
|
.align 16
|
Loading…
Reference in New Issue