1
0
Эх сурвалжийг харах

Plan 9 from Bell Labs 2015-01-10

David du Colombier 9 жил өмнө
parent
commit
7524062cfa

+ 1 - 1
sys/src/libc/9syscall/mkfile

@@ -66,7 +66,7 @@ install:V:
 			# in a register, if the system call takes no arguments
 			# there will be no 'a0+0(FP)' reserved on the stack.
 			#
-			if(! ~ $i asystemcallwithnoarguments || ! ~ $i nsec)
+			if(! ~ $i nsec)
 				echo MOVQ RARG, 'a0+0(FP)'
 			echo MOVQ '$'$n, RARG
 			echo SYSCALL