From 3398db2dcd975e056fe5543c7ba7403d689086ae Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Fri, 4 Mar 2016 13:49:38 +0900 Subject: [PATCH] Eo: Fix typo of SUPER_TAG_SHIFT. This commit fixes commit fc88037977dcc39dfd6d817c522cce01f5bfa024 --- src/lib/eo/eo_ptr_indirection.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eo/eo_ptr_indirection.x b/src/lib/eo/eo_ptr_indirection.x index 0e6ef34571..d89b1ec311 100644 --- a/src/lib/eo/eo_ptr_indirection.x +++ b/src/lib/eo/eo_ptr_indirection.x @@ -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;