mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
- Correctly zero out esi. Thanks to Patrick Baggett.
svn path=/trunk/; revision=19830
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user