Skip to content
Snippets Groups Projects
Commit aa58acc1 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-03-30 14:11:34 by rrt]

Added subl clause to epilogue munging.
parent e2ceaa1a
No related merge requests found
......@@ -713,6 +713,7 @@ sub mangle_asm {
$e =~ s/^\tpopl \%esi\n//;
$e =~ s/^\tpopl \%ecx\n//;
$e =~ s/^\taddl \$\d+,\%esp\n//;
$e =~ s/^\tsubl \$-\d+,\%esp\n//;
} elsif ($TargetPlatform =~ /^m68k-/) {
$e =~ s/^\tunlk a6\n//;
$e =~ s/^\trts\n//;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment