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:
Gert Wollny
2022-08-15 17:15:43 +02:00
committed by Marge Bot
parent 069f3869ac
commit 7749599d73
@@ -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)