Skip to content
Snippets Groups Projects
Commit 1e84e57b authored by ja3-saxby's avatar ja3-saxby
Browse files

Add clarifying comments into shifty Perl code we commented out

parent 8b12e2b0
No related branches found
No related tags found
1 merge request!5Alex/6 implement populate stack process
...@@ -929,6 +929,9 @@ sub exec_setitimer { ...@@ -929,6 +929,9 @@ sub exec_setitimer {
exit (1); 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 { #sub SIGVTALRM {
# use Config; # use Config;
# my $i = 0; # my $i = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment