mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 00:16:45 +00:00
13 lines
304 B
Diff
13 lines
304 B
Diff
--- a/x86-64/src/wl/sys/wl_linux.c 2020-10-12 21:19:15.256305165 +0000
|
|
+++ b/x86-64/src/wl/sys/wl_linux.c 2020-10-12 21:20:38.687530895 +0000
|
|
@@ -1643,7 +1643,7 @@
|
|
goto done2;
|
|
}
|
|
|
|
- if (segment_eq(get_fs(), KERNEL_DS))
|
|
+ if (get_fs().seg == KERNEL_DS.seg)
|
|
buf = ioc.buf;
|
|
|
|
else if (ioc.buf) {
|
|
|