winebuild: Fix a typo in a comment.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
602e99426f
commit
bbe2eaecc9
tools/winebuild
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue