diff options
-rw-r--r-- | com32/lib/sys/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/sys/entry.S b/com32/lib/sys/entry.S index d54cc502..ed5da95f 100644 --- a/com32/lib/sys/entry.S +++ b/com32/lib/sys/entry.S @@ -53,7 +53,7 @@ _start: /* Copy COM32 invocation parameters */ leal 4(%esp),%esi # Argument list movl $__com32,%edi - movl $COM32_ARGS,%ecx + movl $(COM32_ARGS),%ecx movl %esp,-4(%edi) # Save the initial stack ptr cmpl (%esi),%ecx jbe 1f |