mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 08:31:57 +00:00
[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:
parent
ae4ce99e00
commit
c345f7f137
2 changed files with 12 additions and 14 deletions
|
@ -13,9 +13,6 @@
|
|||
/* CODE **********************************************************************/
|
||||
.code64
|
||||
|
||||
MsgUnimplemented:
|
||||
.ascii "Unimplemented", CR, LF, NUL
|
||||
|
||||
FUNC __chkstk
|
||||
.endprolog
|
||||
UNIMPLEMENTED chkstk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue