Skip to content

Commit 3eafb61

Browse files
authored
wo..
1 parent f97af73 commit 3eafb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LAB9/fifo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ int main()
6464

6565
printf("\nTotal Page Faults=%d\n", pf);
6666

67-
printf("total page hit is=%d\n",n-pf);
67+
//printf("total page hit is=%d\n",n-pf);
6868

6969
return 0;
7070
}

0 commit comments

Comments
 (0)