Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
0f53d0cf
Commit
0f53d0cf
authored
Feb 26, 2012
by
Loren Merritt
Committed by
Ronald S. Bultje
Mar 04, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86inc: don't "bake" stack_offset in named arguments.
Signed-off-by:
Ronald S. Bultje
<
rsbultje@gmail.com
>
parent
6aa6e3e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
x86inc.asm
libavutil/x86/x86inc.asm
+4
-1
No files found.
libavutil/x86/x86inc.asm
View file @
0f53d0cf
...
...
@@ -251,6 +251,8 @@ DECLARE_REG_TMP_SIZE 0,1,2,3,4,5,6,7,8,9
%
endrep
%
endif
%
xdefine
%%
stack_offset
stack_offset
%
undef
stack_offset
; so that the current value of stack_offset doesn't get baked in by xdefine
%
assign
%%
i
0
%
rep
%0
%
xdefine
%1
q
r
%
+
%%
i
%
+
q
...
...
@@ -262,7 +264,8 @@ DECLARE_REG_TMP_SIZE 0,1,2,3,4,5,6,7,8,9
%
assign
%%
i
%%
i
+
1
%
rotate
1
%
endrep
%
assign
n_arg_names
%%
i
%
xdefine
stack_offset
%%
stack_offset
%
assign
n_arg_names
%0
%endmacro
%if
WIN64
; Windows x64 ;=================================================
...
...
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