mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-05-10 07:18:00 +08:00
Version 5.8.1
This commit is contained in:
@@ -355,6 +355,7 @@ public class LeechCoreImpl implements ILeechCore
|
||||
LeechCoreNative.LC_BAR nbar = new LeechCoreNative.LC_BAR(n.pBar);
|
||||
LeechCoreBar bar = new LeechCoreBar();
|
||||
bar.fValid = nbar.fValid;
|
||||
bar.fIO = nbar.fIO;
|
||||
bar.f64Bit = nbar.f64Bit;
|
||||
bar.fPrefetchable = nbar.fPrefetchable;
|
||||
bar.iBar = nbar.iBar;
|
||||
|
||||
Reference in New Issue
Block a user