We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363aa21 commit e138396Copy full SHA for e138396
boot/freeldr/freeldr/arch/i386/pc98/pc98cons.c
@@ -27,7 +27,7 @@ Pc98ConsPutChar(int Ch)
27
/* If scrolling is needed */
28
if (CursorPosition >= TextCols * TextLines)
29
{
30
- RtlCopyMemory((PUSHORT)VramText,
+ RtlMoveMemory((PUSHORT)VramText,
31
(PUSHORT)(VramText + TextCols * TEXT_CHAR_SIZE),
32
TextCols * TextLines * TEXT_CHAR_SIZE);
33
0 commit comments