about summary refs log tree commit diff stats
path: root/src/include/hostext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/hostext.h')
-rw-r--r--src/include/hostext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/hostext.h b/src/include/hostext.h
index 579e76ac..6c3b119e 100644
--- a/src/include/hostext.h
+++ b/src/include/hostext.h
@@ -41,6 +41,7 @@ typedef union cpu_ext_s {
         uint64_t lam_bh : 1;
         uint64_t lamcas : 1;
         uint64_t scq : 1;
+        uint64_t frecipe : 1;
 #endif
     };
     uint64_t x;