https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3120320c65dc1569765979...
commit 3120320c65dc15697659797cbc87e0b9ad2a43b4 Author: Timo Kreuzer timo.kreuzer@reactos.org AuthorDate: Sun Apr 28 14:49:31 2019 +0200 Commit: Timo Kreuzer timo.kreuzer@reactos.org CommitDate: Sat Jul 20 13:56:18 2019 +0200
[FRAMEDYN] Fix broken asm (.code64 is for x64 only) --- dll/win32/framedyn/alias_gcc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/framedyn/alias_gcc.s b/dll/win32/framedyn/alias_gcc.s index b71d1baeaa4..6390c4c1387 100644 --- a/dll/win32/framedyn/alias_gcc.s +++ b/dll/win32/framedyn/alias_gcc.s @@ -1,6 +1,6 @@ #include <asm.inc>
-.code64 +.code .align 4
MACRO(DEFINE_ALIAS, alias, alias2, origstring)