Not necessary to save r10 and r11, since these are scratch registers
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@610 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -307,8 +307,6 @@ const_base:
|
||||
%ifdef WIN64
|
||||
|
||||
%imacro collect_args 0
|
||||
push r10
|
||||
push r11
|
||||
push r12
|
||||
push r13
|
||||
push r14
|
||||
@@ -338,8 +336,6 @@ const_base:
|
||||
pop r14
|
||||
pop r13
|
||||
pop r12
|
||||
pop r11
|
||||
pop r10
|
||||
%endmacro
|
||||
|
||||
%else
|
||||
|
||||
Reference in New Issue
Block a user