mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:53:36 +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
|
.macro .endprolog
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
// Note the file1. This is a hack, as "\file" doesn't work with __FILE__, when
|
.macro UNIMPLEMENTED2 file, line, func
|
||||||
// .altmacro is specified.
|
|
||||||
.macro UNIMPLEMENTED2 file1, line, func
|
|
||||||
|
|
||||||
jmp 3f
|
jmp 3f
|
||||||
1: .asciz "\func"
|
1: .asciz \func
|
||||||
2: .asciz "\file"
|
2: .asciz \file
|
||||||
3:
|
3:
|
||||||
sub rsp, 0x20
|
sub rsp, 0x20
|
||||||
lea rcx, _MsgUnimplemented[rip]
|
lea rcx, _MsgUnimplemented[rip]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue