loader: add mariko cpu vmin
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
// Patch vmin for slt
|
||||
if (C.marikoCpuUV) {
|
||||
if (*(ptr-5) == 620) {
|
||||
PATCH_OFFSET((ptr-5), 600);
|
||||
PATCH_OFFSET((ptr-5), C.marikoCpuVmin);
|
||||
}
|
||||
if (*(ptr-1) == 620) {
|
||||
PATCH_OFFSET((ptr-1), 600);
|
||||
|
||||
Reference in New Issue
Block a user