Browse Source

Plan 9 from Bell Labs 2015-01-10

David du Colombier 9 years ago
parent
commit
7524062cfa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sys/src/libc/9syscall/mkfile

+ 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