mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[ASM]
Fix dummy ASSUME svn path=/branches/cmake-bringup/; revision=49420
This commit is contained in:
parent
62ea941082
commit
0d7a1c46a0
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ ENDM
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
/* Dummy ASSUME */
|
/* Dummy ASSUME */
|
||||||
.macro ASSUME
|
.macro ASSUME p1 p2 p3 p4 p5 p6 p7 p8
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
/* MASM compatible ALIGN */
|
/* MASM compatible ALIGN */
|
||||||
|
|
Loading…
Reference in a new issue