Commit 2bfb23f1 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

modexp512-x86_64.pl: make it work with ml64 [from HEAD].

parent cf199fec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1117,7 +1117,7 @@ mod_exp_512:
	# adjust stack down and then align it with cache boundary
	 mov	%rsp, %r8
	 sub	\$($mem_size), %rsp
	 and	\$~63, %rsp
	 and	\$-64, %rsp

	# store previous stack pointer and arguments
	 mov	%r8, (+$rsp_offset)(%rsp)