mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[FRAMEDYN] Fix broken asm (.code64 is for x64 only)
This commit is contained in:
parent
1b70ddd834
commit
3120320c65
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <asm.inc>
|
||||
|
||||
.code64
|
||||
.code
|
||||
.align 4
|
||||
|
||||
MACRO(DEFINE_ALIAS, alias, alias2, origstring)
|
||||
|
|
Loading…
Reference in a new issue