ICU-2242 Assembly generation updates

X-SVN-Rev: 14664
This commit is contained in:
George Rhoten 2004-03-09 23:37:51 +00:00
parent 3e4ca7e34c
commit 5d9dca1d51

View file

@ -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;