[ASM x64] Make UNIMPLEMENTED macro self-suffisant

This fixes link errors with MsgUnimplemented not defined on binaries not linking to CRT.
This commit is contained in:
Hervé Poussineau 2021-01-10 07:46:25 +01:00
parent ae4ce99e00
commit c345f7f137
2 changed files with 12 additions and 14 deletions

View file

@ -13,9 +13,6 @@
/* CODE **********************************************************************/
.code64
MsgUnimplemented:
.ascii "Unimplemented", CR, LF, NUL
FUNC __chkstk
.endprolog
UNIMPLEMENTED chkstk