Explorar el Código

* also update the startup asm code in prt0.as for OpenBSD x86_64

git-svn-id: trunk@42079 -
nickysn hace 6 años
padre
commit
806b65da6b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      rtl/openbsd/x86_64/prt0.as

+ 0 - 2
rtl/openbsd/x86_64/prt0.as

@@ -24,8 +24,6 @@ __progname:
 	.globl	_start			
 _start:					
 __start:				
-	movq	%rbx,%r9		
-	movq	%rcx,%r8		
 	movq	%rdx,%rcx		
 	movq	(%rsp),%rdi		
 	leaq	16(%rsp,%rdi,8),%rdx