mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
* ncgutil: set pushexceptaddr_frametype_cgsize and setjmp_result_cgsize according to cpu16bitaddr, instead of cpu16bitalu
git-svn-id: branches/i8086@24233 -
This commit is contained in:
parent
107a6f6552
commit
3870f76cda
@ -421,13 +421,13 @@ implementation
|
||||
|
||||
procedure new_exception(list:TAsmList;const t:texceptiontemps;exceptlabel:tasmlabel);
|
||||
const
|
||||
{$ifdef cpu16bitalu}
|
||||
{$ifdef cpu16bitaddr}
|
||||
pushexceptaddr_frametype_cgsize = OS_S16;
|
||||
setjmp_result_cgsize = OS_S16;
|
||||
{$else cpu16bitalu}
|
||||
{$else cpu16bitaddr}
|
||||
pushexceptaddr_frametype_cgsize = OS_S32;
|
||||
setjmp_result_cgsize = OS_S32;
|
||||
{$endif cpu16bitalu}
|
||||
{$endif cpu16bitaddr}
|
||||
var
|
||||
paraloc1,paraloc2,paraloc3 : tcgpara;
|
||||
pd: tprocdef;
|
||||
|
Loading…
Reference in New Issue
Block a user