Skip to content
Snippets Groups Projects
Commit 168e69c3 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-06-29 13:18:38 by simonmar]

sparc needs the TMOVEDIRVS hack too
parent 01379cdc
No related merge requests found
......@@ -815,7 +815,7 @@ sub mangle_asm {
# blah_closure:
# ...
#
if ( $TargetPlatform =~ /^i386/ && $to_move =~ /$TCOPYDIRVS/ ) {
if ( $TargetPlatform =~ /^(i386|sparc)/ && $to_move =~ /$TCOPYDIRVS/ ) {
$j = $i + 1;
while ( $j < $numchks && $chk[$j] =~ /$T_CONST_LBL/) {
$j++;
......
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