Skip to content

Commit

Permalink
Cache fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 27, 2014
1 parent 2b26707 commit 705ead3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,10 @@ Public Sub Wykrywanie_procesorow()
Label71.Text = "Flags: " & FFlags.instructions
Label13.Text = UCase$(Replace(Replace(Replace(vendor_id, "Authentic", ""), "Genuine", ""), "\n", ""))
Label12.Text = Replace(cpu_MHz, "\n", "") & " MHz"
Label1.Text = "L1 Data: " & Replace(ldata, "\n", "")
Label1.Text = "L1 Data: " & Replace(ldata, "\n", "")
Label2.Text = "L1 instruction: " & Replace(linstruction, "\n", "")
Label3.Text = "Level 2: " & Replace(cache_size, "\n", "")
Label5.Text = "Level 3: " & Replace(level3cache, "\n", "")
Label3.Text = "Level 2: " & Replace(cache_size, "\n", "")
Label5.Text = "Level 3: " & Replace(level3cache, "\n", "")
Label97.Text = "Family: " & Replace(cpu_family, "\n", "")
Label6.Text = "Model: " & Replace(model, "\n", "")
Label7.Text = "Stepping: " & Replace(stepping, "\n", "")
Expand Down

0 comments on commit 705ead3

Please sign in to comment.