Browse Source

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

git-svn-id: trunk@42079 -
nickysn 6 years ago
parent
commit
806b65da6b
1 changed files with 0 additions and 2 deletions
  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