Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
0cf0b02c
Commit
0cf0b02c
authored
Jul 23, 2014
by
James Zern
Committed by
Gerrit Code Review
Jul 23, 2014
Browse files
Options
Browse Files
Download
Plain Diff
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