fix of r1941

git-svn-id: svn://kolibrios.org@1949 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse
2011-06-08 10:50:00 +00:00
parent a168687ac8
commit 64c3c758d5
2 changed files with 4 additions and 4 deletions

View File

@@ -5121,7 +5121,7 @@ yes_shutdown_param:
mov ecx,1000
rep movsb
mov esi,OS_BASE+0x2F0000 ; restore 0x0 - 0xffff
mov esi, BOOT_VAR ; restore 0x0 - 0xffff
mov edi, OS_BASE
mov ecx,0x10000/4
cld