Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / auto / Inline / M57_wrong_architecture.al
CommitLineData
86530b38
AT
1# NOTE: Derived from blib/lib/Inline.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package Inline;
5
6#line 1871 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M57_wrong_architecture.al)"
7sub M57_wrong_architecture {
8 my ($ext, $arch, $thisarch) = @_;
9 return <<END;
10The extension '$ext'
11is built for perl on the '$arch' platform.
12This is the '$thisarch' platform.
13
14END
15}
16
17# end of Inline::M57_wrong_architecture
181;