nak: Fix printing of OpASt
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
committed by
Marge Bot
parent
a7eb42119a
commit
97c249a353
@@ -3276,7 +3276,7 @@ pub struct OpASt {
|
||||
|
||||
impl fmt::Display for OpASt {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
write!(f, "ALD a")?;
|
||||
write!(f, "AST a")?;
|
||||
if !self.vtx.is_zero() {
|
||||
write!(f, "[{}]", self.vtx)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user