Skip to content

Commit ccab412

Browse files
authored
Added header comment to TLB header
1 parent d38e308 commit ccab412

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

LookupBuffer/DTLB.cpp

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* David Nelson
3+
* OS Final Project
4+
* 12-09-2020
5+
* Operating Systems
6+
* InputReader.h
7+
*
8+
*/
19

210
#include "DTLB.h"
311

@@ -237,4 +245,4 @@ void TLB::SetMaxSize(int max_size)
237245
int TLB::GetSize()
238246
{
239247
return this->mappings_.size();
240-
}
248+
}

0 commit comments

Comments
 (0)