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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user