From 5d9dca1d51275b86d2cbce07f36548162ba77230 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 9 Mar 2004 23:37:51 +0000 Subject: [PATCH] ICU-2242 Assembly generation updates X-SVN-Rev: 14664 --- icu4c/source/tools/genccode/genccode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;