Skip to content
Snippets Groups Projects
Commit bbe2eaec authored by Elizabeth Figura's avatar Elizabeth Figura Committed by Alexandre Julliard
Browse files

winebuild: Fix a typo in a comment.

parent 602e9942
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,7 @@ static void BuildCallTo16Core( int reg_func )
/*
* Modify CONTEXT86 structure to contain new values
*
* NOTE: We restore only EAX, EBX, EDX, EDX, EBP, and ESP.
* NOTE: We restore only EAX, EBX, ECX, EDX, EBP, and ESP.
* The segment registers as well as ESI and EDI should
* not be modified by a well-behaved 16-bit routine in
* any case. [If necessary, we could restore them as well,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment