diff options
author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-08-28 22:31:29 +0000 |
---|---|---|
committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-08-28 22:31:29 +0000 |
commit | c81862921c0c177a0ae836db03b23ebc71a44aa2 (patch) | |
tree | a0f5a67462d2efbbbb793c9e3e123a43fc628c8d /compiler/psystem.pas | |
parent | e05af24b866bf5091bd1845ca3a789d1a894d598 (diff) | |
download | fpc-c81862921c0c177a0ae836db03b23ebc71a44aa2.tar.gz |
- removed leftover alpha, ia64 and vis code
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@31446 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/psystem.pas')
-rw-r--r-- | compiler/psystem.pas | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/psystem.pas b/compiler/psystem.pas index 96449c3f16..809a43ce33 100644 --- a/compiler/psystem.pas +++ b/compiler/psystem.pas @@ -719,18 +719,10 @@ implementation aiclass[ait_stab]:=tai_stab; aiclass[ait_force_line]:=tai_force_line; aiclass[ait_function_name]:=tai_function_name; -{$ifdef alpha} - { the follow is for the DEC Alpha } - aiclass[ait_frame]:=tai_frame; -{$endif alpha} {$ifdef m68k} { TODO: FIXME: tai_labeled_instruction doesn't exists} // aiclass[ait_labeled_instruction]:=tai_labeled_instruction; {$endif m68k} -{$ifdef ia64} - aiclass[ait_bundle]:=tai_bundle; - aiclass[ait_stop]:=tai_stop; -{$endif ia64} {$ifdef SPARC} // aiclass[ait_labeled_instruction]:=tai_labeled_instruction; {$endif SPARC} |