projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b70ddd
)
[FRAMEDYN] Fix broken asm (.code64 is for x64 only)
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sun, 28 Apr 2019 12:49:31 +0000
(14:49 +0200)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sat, 20 Jul 2019 11:56:18 +0000
(13:56 +0200)
dll/win32/framedyn/alias_gcc.s
patch
|
blob
|
history
diff --git
a/dll/win32/framedyn/alias_gcc.s
b/dll/win32/framedyn/alias_gcc.s
index
b71d1ba
..
6390c4c
100644
(file)
--- a/
dll/win32/framedyn/alias_gcc.s
+++ b/
dll/win32/framedyn/alias_gcc.s
@@
-1,6
+1,6
@@
#include <asm.inc>
-.code
64
+.code
.align 4
MACRO(DEFINE_ALIAS, alias, alias2, origstring)