summarylogtreecommitdiffstats
path: root/Fix-error-if-proc-mtrr-doesn-t-exist.patch
blob: 502b950ab4c20a3281fd442d346b89c25e294bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
 Finfosys.class | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/I-Nex/i-nex/.src/MAIN/Finfosys.class b/I-Nex/i-nex/.src/MAIN/Finfosys.class
index c2778eb..cccc602 100644
--- a/I-Nex/i-nex/.src/MAIN/Finfosys.class
+++ b/I-Nex/i-nex/.src/MAIN/Finfosys.class
@@ -66,6 +66,8 @@ Public Sub Form_Open()
   Logs("Call to MLibcpuid14", Logger.Info)
        Object.Call(MLibcpuid14, "main")
   
+  If False Then
+
   Try data = Open "/proc/mtrr" For Input
 
   While Not Eof(data)
@@ -75,6 +77,8 @@ Public Sub Form_Open()
   Wend
   
   Try Close #data
+
+  Endif
   
   ' If Exist("/proc/mtrr", True) Then
   '    For i = 1 To MaxCount
-- 
2.25.1