sv_binutils: fix ppc-svp64-opc.c contents
authorDmitry Selyutin <dmitry.selyutin@3mdeb.com>
Sun, 23 Jan 2022 11:04:54 +0000 (11:04 +0000)
committerDmitry Selyutin <dmitry.selyutin@3mdeb.com>
Sun, 23 Jan 2022 11:04:54 +0000 (11:04 +0000)
src/openpower/sv/sv_binutils.py

index 9875d00b82e7e3ab3493f9b2a2d981078936bad2..7d6c1bab324a5cce2db72a228ae0f65b4b549de8 100644 (file)
@@ -285,7 +285,7 @@ class Codegen(_enum.Enum):
             yield "#include \"opcode/ppc-svp64.h\""
             yield ""
 
-            yield "const struct svp64_entry svp64_entries[] = {{"
+            yield "const struct svp64_entry svp64_entries[] = {"
             for (index, entry) in enumerate(entries):
                 yield from indent(entry.c_value(prefix=f"[{index}] = ", suffix=","))
             yield f"}};"