nak: fix backtrace crash running computeheadless

Doesn't fix the example, but stops the crash.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
Dave Airlie
2023-08-14 06:24:19 +10:00
committed by Marge Bot
parent d7d330754b
commit 2a7df0a03e

View File

@@ -1038,7 +1038,7 @@ impl SM75Instr {
} else {
assert!(*scope == MemScope::System);
assert!(*order == MemOrder::Strong);
self.set_field(77..81, 0xa);
self.set_field(77..81, 0xa_u8);
}
}