Eo: Fix typo of SUPER_TAG_SHIFT.

This commit fixes commit fc88037977
This commit is contained in:
Jaehyun Cho 2016-03-04 13:49:38 +09:00
parent 1affc60d00
commit 3398db2dcd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
# define BITS_ENTRY_ID 12
# define BITS_GENERATION_COUNTER 8
# define REF_TAG_SHIFT 30
# define SUPER_TAG_SHIF 31
# define SUPER_TAG_SHIFT 31
# define DROPPED_TABLES 0
# define DROPPED_ENTRIES 4
typedef int16_t Table_Index;