Merge "x86inc: fix compilation with NASM
This commit is contained in:
commit
0cf0b02c4c
4
third_party/x86inc/x86inc.asm
vendored
4
third_party/x86inc/x86inc.asm
vendored
@ -234,10 +234,10 @@ ALIGNMODE k7
|
||||
%define r%1mp %2
|
||||
%elif ARCH_X86_64 ; memory
|
||||
%define r%1m [rsp + stack_offset + %6]
|
||||
%define r%1mp qword r %+ %1m
|
||||
%define r%1mp qword r %+ %1 %+ m
|
||||
%else
|
||||
%define r%1m [esp + stack_offset + %6]
|
||||
%define r%1mp dword r %+ %1m
|
||||
%define r%1mp dword r %+ %1 %+ m
|
||||
%endif
|
||||
%define r%1 %2
|
||||
%endmacro
|
||||
|
Loading…
x
Reference in New Issue
Block a user