mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 16:19:35 +02:00
* Correct wrong size suffixes
git-svn-id: trunk@14238 -
This commit is contained in:
parent
dca8c521e5
commit
ff80903341
@ -204,9 +204,9 @@ asm
|
||||
jne .Label3
|
||||
lea 0x20(%rbp,%rax,8),%rcx
|
||||
.Label3:
|
||||
movl %rcx,_environ
|
||||
movq %rcx,_environ
|
||||
// Specificc to Free Pascal
|
||||
movl %rcx,envp
|
||||
movq %rcx,envp
|
||||
(*
|
||||
/*
|
||||
* Force stack alignment - below here there must have been an even
|
||||
|
Loading…
Reference in New Issue
Block a user