(syscall-truncate path length x86) → (mv * x86)
Function:
(defun syscall-truncate$notinline (path length x86) (declare (xargs :stobjs (x86))) (declare (ignorable path length x86)) (declare (xargs :guard t)) (let ((__function__ 'syscall-truncate)) (declare (ignorable __function__)) (syscall-truncate-logic path length x86)))