-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
Looks like the source you uploaded is not the same as the compiled binary.
Source is missing this in saving part for mem timings:
var mhz = name.IndexOf(':') <= 0 ? (int)int32.ConvertFromString(name) * 100 : (int)int32.ConvertFromString(name.Substring(name.IndexOf(':') + 1)) * 100 + ((int)int32.ConvertFromString(name.Substring(0,name.IndexOf(':'))) << 24);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels