From 7e24c07690e44c89c8f2d56f8e7c182a5460fc40 Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 18 Mar 2019 18:14:11 +0000 Subject: [PATCH] + added comment for the parameter, containing the environment git-svn-id: trunk@41734 - --- rtl/openbsd/x86_64/si_c.inc | 2 +- rtl/openbsd/x86_64/si_dll.inc | 2 +- rtl/openbsd/x86_64/si_prc.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rtl/openbsd/x86_64/si_c.inc b/rtl/openbsd/x86_64/si_c.inc index 79f3c76196..64705396fe 100644 --- a/rtl/openbsd/x86_64/si_c.inc +++ b/rtl/openbsd/x86_64/si_c.inc @@ -51,7 +51,7 @@ procedure _FPC_proc___start; assembler; nostackframe; public name '___start'; subq $64, %rsp movl %edi, -20(%rbp) movq %rsi, -32(%rbp) - movq %rdx, -40(%rbp) + movq %rdx, -40(%rbp) { environment } movq %rcx, -48(%rbp) movq %r8, -56(%rbp) movq %r9, -64(%rbp) diff --git a/rtl/openbsd/x86_64/si_dll.inc b/rtl/openbsd/x86_64/si_dll.inc index 05b500e701..75eb6607e0 100644 --- a/rtl/openbsd/x86_64/si_dll.inc +++ b/rtl/openbsd/x86_64/si_dll.inc @@ -44,7 +44,7 @@ procedure _FPC_proc___start; assembler; nostackframe; public name '___start'; subq $64, %rsp movl %edi, -20(%rbp) movq %rsi, -32(%rbp) - movq %rdx, -40(%rbp) + movq %rdx, -40(%rbp) { environment } movq %rcx, -48(%rbp) movq %r8, -56(%rbp) movq %r9, -64(%rbp) diff --git a/rtl/openbsd/x86_64/si_prc.inc b/rtl/openbsd/x86_64/si_prc.inc index 70a37b3706..8409170b16 100644 --- a/rtl/openbsd/x86_64/si_prc.inc +++ b/rtl/openbsd/x86_64/si_prc.inc @@ -42,7 +42,7 @@ procedure _FPC_proc___start; assembler; nostackframe; public name '___start'; subq $64, %rsp movl %edi, -20(%rbp) movq %rsi, -32(%rbp) - movq %rdx, -40(%rbp) + movq %rdx, -40(%rbp) { environment } movq %rcx, -48(%rbp) movq %r8, -56(%rbp) movq %r9, -64(%rbp)