# New Ticket Created by  Stephane Peiry 
# Please include the string:  [perl #27642]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=27642 >



This patch fixes a typo in the sun/sparc core.jit where
the first Parrot_sub_n_nc should be Parrot_add_n_nc.
Thanks,
StÃphane
Index: jit/sun4/core.jit
===================================================================
RCS file: /cvs/public/parrot/jit/sun4/core.jit,v
retrieving revision 1.5
diff -c -u -r1.5 core.jit
--- jit/sun4/core.jit   9 Feb 2004 10:47:07 -0000       1.5
+++ jit/sun4/core.jit   14 Mar 2004 14:40:08 -0000
@@ -250,7 +250,7 @@
     Parrot_binop_i_xc s/<op>/xor/
 }
 
-Parrot_sub_n_nc {
+Parrot_add_n_nc {
     Parrot_binop_x_x s/<op>/faddd/ s/ISR/FSR/ s/<_N>/_n/
 }
 

Reply via email to