From 1e84e57b95b11a04ada22bd96055bb93abd76993 Mon Sep 17 00:00:00 2001 From: Joshua Saxby <Joshua2.Saxby@live.uwe.ac.uk> Date: Mon, 2 Dec 2019 15:21:44 +0000 Subject: [PATCH] Add clarifying comments into shifty Perl code we commented out --- utils/pintos | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/pintos b/utils/pintos index 042f2a6..53942f2 100755 --- a/utils/pintos +++ b/utils/pintos @@ -929,6 +929,9 @@ sub exec_setitimer { exit (1); } +# This subroutine has been commented out because otherwise if it is not then +# Pintos will refuse to run at all once the code for putting arguments into +# the stack is added #sub SIGVTALRM { # use Config; # my $i = 0; -- GitLab