Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
0cf0b02c
Commit
0cf0b02c
authored
Jul 23, 2014
by
James Zern
Committed by
Gerrit Code Review
Jul 23, 2014
Browse files
Merge "x86inc: fix compilation with NASM
parents
11f2d4df
7ddb5f59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
third_party/x86inc/x86inc.asm
third_party/x86inc/x86inc.asm
+2
-2
No files found.
third_party/x86inc/x86inc.asm
View file @
0cf0b02c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment