Skip to content
Snippets Groups Projects
Commit e9fa452b authored by Martin Storsjö's avatar Martin Storsjö Committed by Alexandre Julliard
Browse files

asm: Separate .def/.scl/.type/.endef with newlines instead of semicolons.


When targeting arm64 in MSVC mode, LLVM treats semicolons in assembly
as comment char, instead of as statement separator (contrary to in
mingw mode, where semicolons still work as separator). In generated code,
there's no need to keep these directives on one single line though, so
just separate them with newlines.

Signed-off-by: default avatarMartin Storsjo <martin@martin.st>
Signed-off-by: default avatarJacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 5befc694
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment