mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
nak: Fix printing of OpASt
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
parent
a7eb42119a
commit
97c249a353
1 changed files with 1 additions and 1 deletions
|
|
@ -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)?;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue