mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 18:20:05 +01:00
Bug 13101: xorg-server has a typo in hw/xfree86/os-support/bsd/i386_video.c
X.Org Bug #13101 <https://bugs.freedesktop.org/show_bug.cgi?id=13101> Patch #12360 <https://bugs.freedesktop.org/attachment.cgi?id=12360>
This commit is contained in:
parent
94f412cb7e
commit
df325be394
1 changed files with 1 additions and 1 deletions
|
|
@ -602,7 +602,7 @@ cleanMTRR()
|
|||
#ifdef DEBUG
|
||||
ErrorF("Clean for (0x%lx,0x%lx)\n",
|
||||
(unsigned long)mrd[i].mr_base,
|
||||
(unsigned long)rd[i].mr_len);
|
||||
(unsigned long)mrd[i].mr_len);
|
||||
#endif
|
||||
if (mrd[i].mr_flags & MDF_FIXACTIVE) {
|
||||
mro.mo_arg[0] = MEMRANGE_SET_UPDATE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue