[PATCH] winebuild: Fix an error in a comment.

Zebediah Figura z.figura12 at gmail.com
Thu Jun 3 10:39:03 CDT 2021


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 tools/winebuild/relay.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/winebuild/relay.c b/tools/winebuild/relay.c
index 0544aa6cbe9..abe2bdae6ed 100644
--- a/tools/winebuild/relay.c
+++ b/tools/winebuild/relay.c
@@ -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,
-- 
2.30.2




More information about the wine-devel mailing list