mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-22205 toolutil: Fix MASM generation for x86-64 and ARM64
This commit is contained in:
parent
167f8855a2
commit
62375dca3a
1 changed files with 9 additions and 0 deletions
|
@ -248,6 +248,15 @@ static const struct AssemblyType {
|
|||
"\tALIGN 16\n"
|
||||
"_%s\tLABEL DWORD\n",
|
||||
"\tDWORD ","\nICUDATA_%s\tENDS\n\tEND\n",HEX_0H
|
||||
},
|
||||
{ "masm64",
|
||||
"\tTITLE %s\n"
|
||||
"; generated by genccode\n"
|
||||
"\tPUBLIC _%s\n"
|
||||
"ICUDATA_%s\tSEGMENT READONLY 'DATA'\n"
|
||||
"\tALIGN 16\n"
|
||||
"_%s\tLABEL DWORD\n",
|
||||
"\tDWORD ","\nICUDATA_%s\tENDS\n\tEND\n",HEX_0H
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue