mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 04:45:45 +00:00
Fix the UNIMPLEMENTED macro
svn path=/branches/ros-amd64-bringup/; revision=45382
This commit is contained in:
parent
34ef1bef80
commit
a5e16bf6a6
1 changed files with 3 additions and 5 deletions
|
@ -137,13 +137,11 @@ code = 1
|
|||
.macro .endprolog
|
||||
.endm
|
||||
|
||||
// Note the file1. This is a hack, as "\file" doesn't work with __FILE__, when
|
||||
// .altmacro is specified.
|
||||
.macro UNIMPLEMENTED2 file1, line, func
|
||||
.macro UNIMPLEMENTED2 file, line, func
|
||||
|
||||
jmp 3f
|
||||
1: .asciz "\func"
|
||||
2: .asciz "\file"
|
||||
1: .asciz \func
|
||||
2: .asciz \file
|
||||
3:
|
||||
sub rsp, 0x20
|
||||
lea rcx, _MsgUnimplemented[rip]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue