mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 03:49:18 +02:00
* tx86pointertyp moved from unit symdef to symconst, so it can be used by ppudump
git-svn-id: trunk@24547 -
This commit is contained in:
parent
d95c995894
commit
f571aebdd0
@ -641,6 +641,9 @@ type
|
||||
dbg_state_queued
|
||||
);
|
||||
|
||||
tx86pointertyp = (x86pt_near, x86pt_near_cs, x86pt_near_ds, x86pt_near_ss,
|
||||
x86pt_near_es, x86pt_near_fs, x86pt_near_gs, x86pt_far, x86pt_huge);
|
||||
|
||||
var
|
||||
clearstack_pocalls : tproccalloptions;
|
||||
cdecl_pocalls : tproccalloptions;
|
||||
|
@ -175,9 +175,6 @@ interface
|
||||
end;
|
||||
|
||||
{$ifdef x86}
|
||||
tx86pointertyp = (x86pt_near, x86pt_near_cs, x86pt_near_ds, x86pt_near_ss,
|
||||
x86pt_near_es, x86pt_near_fs, x86pt_near_gs, x86pt_far, x86pt_huge);
|
||||
|
||||
const
|
||||
{ TODO: make this depend on the memory model, when other memory models are supported }
|
||||
default_x86_data_pointer_type = x86pt_near;
|
||||
|
@ -46,7 +46,7 @@ implementation
|
||||
cutils,verbose,
|
||||
aasmtai,aasmdata,
|
||||
cgutils,cgobj,
|
||||
symdef;
|
||||
symconst,symdef;
|
||||
|
||||
{*****************************************************************************
|
||||
TX86DEREFNODE
|
||||
|
Loading…
Reference in New Issue
Block a user