mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Merge the one line fix from 24273 v. 24276.
svn path=/branches/ros-branch-0_3_1/; revision=24349
This commit is contained in:
parent
32b3c2fdf9
commit
b5dbaf9282
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ DoMove:
|
|||
|
||||
ByteMove:
|
||||
/* Move what's left */
|
||||
rep stosb
|
||||
rep movsb
|
||||
|
||||
DoneMove:
|
||||
/* Restore volatiles */
|
||||
|
|
Loading…
Reference in a new issue