broadcom/vc5: Fix inclusion of FS flag bits in dumping the FS address.

This commit is contained in:
Eric Anholt 2017-10-11 17:15:10 -07:00
parent 255573996c
commit dc9fa4bfb3
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@
<field name="Vertex Shader output VPM segment size" size="8" start="6b" type="uint"/>
<field name="Vertex Shader input VPM segment size" size="8" start="7b" type="uint"/>
<field name="Address of default attribute values" size="32" start="8b" type="address"/>
<field name="Fragment Shader Code Address" size="32" start="12b" type="address"/>
<field name="Fragment Shader Code Address" size="29" start="99" type="address"/>
<field name="2-way threadable" size="1" start="96" type="bool"/>
<field name="4-way threadable" size="1" start="97" type="bool"/>
<field name="Propagate NaNs" size="1" start="98" type="bool"/>