summaryrefslogtreecommitdiff
path: root/Cyrix
diff options
context:
space:
mode:
authordavej <davej>2001-12-10 22:53:32 +0000
committerdavej <davej>2001-12-10 22:53:32 +0000
commit2a4300429cb31e7d2a9afca0a9b865458e0438b4 (patch)
treef06d6710ad676f28de5eefd9fdcd6abd19015a2b /Cyrix
parentf744659887c6613b1f7743647e8795838a224487 (diff)
Rewrite flag handling.
Diffstat (limited to 'Cyrix')
-rw-r--r--Cyrix/identify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cyrix/identify.c b/Cyrix/identify.c
index aadab2d..06f88c7 100644
--- a/Cyrix/identify.c
+++ b/Cyrix/identify.c
@@ -1,5 +1,5 @@
/*
- * $Id: identify.c,v 1.5 2001/12/10 21:12:12 davej Exp $
+ * $Id: identify.c,v 1.6 2001/12/10 22:53:32 davej Exp $
* This file is part of x86info.
* (C) 2001 Dave Jones.
*
@@ -104,7 +104,7 @@ void display_Cyrix_info(unsigned int maxi, unsigned int maxei, struct cpudata *c
}
}
- decode_feature_flags (cpu, edx);
+ decode_feature_flags (cpu, edx, 0);
printf ("TLB & L1 Cache info\n");
if (maxi >= 2 && show_cacheinfo) {