copy oem table 41

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2020-04-22 18:46:41 +03:00
parent dc419a5f0e
commit 34e2e6e52e

View File

@ -1117,8 +1117,8 @@ VOID PatchTableType11()
VOID PatchTableTypeSome() VOID PatchTableTypeSome()
{ {
//some unused but interesting tables. Just log as is //some unused but interesting tables. Just log as is
#define NUM_OTHER_TYPES 13 #define NUM_OTHER_TYPES 14
UINT8 tableTypes[NUM_OTHER_TYPES] = {8, 10, 13, 18, 21, 22, 27, 28, 32, 33, 129, 217, 219}; UINT8 tableTypes[NUM_OTHER_TYPES] = {8, 10, 13, 18, 21, 22, 27, 28, 32, 33, 41, 129, 217, 219};
UINTN IndexType; UINTN IndexType;
// //
// Different types // Different types