diff --git a/icu4c/source/tools/genccode/genccode.c b/icu4c/source/tools/genccode/genccode.c index ae310153b11..90aab935384 100644 --- a/icu4c/source/tools/genccode/genccode.c +++ b/icu4c/source/tools/genccode/genccode.c @@ -173,7 +173,7 @@ static const struct AssemblyType { "\t.csect %s{RO}, 4\n", ".long " - } + }, {"aCC", "\t.SPACE $TEXT$\n" "\t.SUBSPA $LIT$\n" @@ -182,7 +182,7 @@ static const struct AssemblyType { "\t.ALIGN 16\n", ".WORD " - }, + } }; static int32_t assemblyHeaderIndex = -1;