mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 21:30:55 +00:00
x86: fix rNmp macros with nasm
For some reason, nasm requires this. No harm done to yasm. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
f295fee2c9
commit
7238265052
@ -139,10 +139,10 @@ CPU amdnop
|
||||
%define r%1mp %2
|
||||
%elif ARCH_X86_64 ; memory
|
||||
%define r%1m [rsp + stack_offset + %3]
|
||||
%define r%1mp qword r %+ %1m
|
||||
%define r%1mp qword r %+ %1 %+ m
|
||||
%else
|
||||
%define r%1m [esp + stack_offset + %3]
|
||||
%define r%1mp dword r %+ %1m
|
||||
%define r%1mp dword r %+ %1 %+ m
|
||||
%endif
|
||||
%define r%1 %2
|
||||
%endmacro
|
||||
|
Loading…
Reference in New Issue
Block a user