- Correctly zero out esi. Thanks to Patrick Baggett.

svn path=/trunk/; revision=19830
This commit is contained in:
Alex Ionescu
2005-12-02 20:06:02 +00:00
parent cf12adb39f
commit 9c17fcb18d

View File

@@ -60,7 +60,7 @@ _KiThreadStartup@156:
* expect any static data (like some badly coded usermode/win9x apps do)
*/
xor ebx, ebx
xor esi, edi
xor esi, esi
xor edi, edi
xor ebp, ebp