Commit 7b71f18c authored by Ramon Nou's avatar Ramon Nou
Browse files

Add return statement to syscall_no_intercept function

parent 33087b8f
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ syscall_no_intercept:
	movq        %r9, %r8
	movq        8(%rsp), %r9
	syscall
	ret
#endif

.size   syscall_no_intercept, .-syscall_no_intercept