r600/sfn: Initialize out buffer when printing op
79ca456b48
r600/sfn: rewrite NIR backend
Closes: #7021
Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18130>
This commit is contained in:
@@ -206,7 +206,7 @@ bool WriteScratchInstr::do_ready() const
|
||||
|
||||
void WriteScratchInstr::do_print(std::ostream& os) const
|
||||
{
|
||||
char buf[6];
|
||||
char buf[6] = {0};
|
||||
|
||||
os << "WRITE_SCRATCH ";
|
||||
if (m_address)
|
||||
|
||||
Reference in New Issue
Block a user