Skip to content

Commit

Permalink
Remove Authentic from AuthenticAMD and show only AMD
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Nov 5, 2013
1 parent 454c105 commit 760b9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ File[22]=".src/net.module:104.1"
File[23]="Data/report-ng.sh:27.44"
File[24]=".src/Distribution_Detect.module:13.20"
File[25]=".src/FFlags.module:71.6"
File[26]=".src/Finfosys.class:328.58"
Active=26
File[26]=".src/Finfosys.class:345.3"
File[27]=".src/FDF.form"
File[28]=".src/FDF.class:28.69"
File[29]=".src/FNET_R_T.form"
Expand All @@ -56,7 +57,6 @@ File[32]="logo/fb.png"
File[33]=".src/FCPU.module:8.1"
File[34]=".src/FUdisks.form"
File[35]=".src/FUdisks.class:49.51"
Active=36
File[36]=".src/FCpudb.module:17.11"
Count=36

Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Public Sub Wykrywanie_procesorow()
flags = Replace(flags, "\n", "")
'FFlags._init
Label71.Text = "Flags: " & FFlags.instructions
Label13.Text = Replace(Replace(vendor_id, "Genuine", ""), "\n", "")
Label13.Text = Replace(Replace(Replace(vendor_id, "Authentic", ""), "Genuine", ""), "\n", "")
Label12.Text = Replace(cpu_MHz, "\n", "") & " MHz"
Label1.Text = "L1 Data: " & Replace(ldata, "\n", "")
Label2.Text = "L1 instruction: " & Replace(linstruction, "\n", "")
Expand Down

0 comments on commit 760b9e1

Please sign in to comment.