diff options
-rw-r--r-- | sys/i386/i386/sys_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/sys_machdep.c b/sys/i386/i386/sys_machdep.c index 4d244cc..a3330cf 100644 --- a/sys/i386/i386/sys_machdep.c +++ b/sys/i386/i386/sys_machdep.c @@ -579,7 +579,7 @@ again: * start scanning a bit up to leave room for NVidia and * Wine, which still user the "Blat" method of allocation. */ - for (i = NLDT + 1; i < pldt->ldt_len; ++i) { + for (i = NLDT; i < pldt->ldt_len; ++i) { if (dp->sd.sd_type == SDT_SYSNULL) break; dp++; |