Explorar o código

Missing comma in pioasm python wait output

Luke Wren %!s(int64=5) %!d(string=hai) anos
pai
achega
df3e9c9536
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/pioasm/python_output.cpp

+ 1 - 1
tools/pioasm/python_output.cpp

@@ -203,7 +203,7 @@ struct python_output : public output_format {
                         break;
                 }
                 if (!invalid) {
-                    guts = ((arg1 & 4u) ? "1 " : "0 ") + guts;
+                    guts = ((arg1 & 4u) ? "1, " : "0, ") + guts;
                     op("wait");
                     op_guts(guts);
                 }