mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* pocall_mwpascal is the same as cdecl/cppdecl -> handle it the same for
varargs git-svn-id: trunk@20947 -
This commit is contained in:
parent
532102d3fa
commit
8c27e280e9
@ -486,7 +486,7 @@ begin
|
||||
|
||||
result := create_paraloc_info_intern(p, callerside, p.paras, curintreg,
|
||||
curfloatreg, curmmreg, cur_stack_offset, false);
|
||||
if (p.proccalloption in [pocall_cdecl, pocall_cppdecl]) then begin
|
||||
if (p.proccalloption in [pocall_cdecl, pocall_cppdecl, pocall_mwpascal]) then begin
|
||||
{ just continue loading the parameters in the registers }
|
||||
result := create_paraloc_info_intern(p, callerside, varargspara, curintreg,
|
||||
curfloatreg, curmmreg, cur_stack_offset, true);
|
||||
|
Loading…
Reference in New Issue
Block a user