mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2242 Assembly generation updates
X-SVN-Rev: 14664
This commit is contained in:
parent
3e4ca7e34c
commit
5d9dca1d51
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue