cvsuser     03/01/21 07:35:04

  Modified:    jit/sun4 jit_emit.h
  Log:
  constants union
  
  Revision  Changes    Path
  1.20      +3 -3      parrot/jit/sun4/jit_emit.h
  
  Index: jit_emit.h
  ===================================================================
  RCS file: /cvs/public/parrot/jit/sun4/jit_emit.h,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -w -r1.19 -r1.20
  --- jit_emit.h        7 Jan 2003 22:30:35 -0000       1.19
  +++ jit_emit.h        21 Jan 2003 15:35:04 -0000      1.20
  @@ -3,7 +3,7 @@
   **
   ** SPARC
   **
  -** $Id: jit_emit.h,v 1.19 2003/01/07 22:30:35 grunblatt Exp $
  +** $Id: jit_emit.h,v 1.20 2003/01/21 15:35:04 leo Exp $
   **/
   
   /*
  @@ -378,7 +378,7 @@
               break;
           case PARROT_ARG_NC:
               val = (int)&interpreter->code->const_table->
  -                    constants[val]->number;
  +                    constants[val]->u.number;
   
               /* Load double into integer registers */
               emitm_sethi(jit_info->native_ptr, emitm_hi22(val), Parrot_jit_tmp);
  
  
  


Reply via email to