* src/vm/jit/show.c (ICMD_COPY): Uncommented.
authoredwin <none@none>
Thu, 7 Sep 2006 14:25:04 +0000 (14:25 +0000)
committeredwin <none@none>
Thu, 7 Sep 2006 14:25:04 +0000 (14:25 +0000)
(ICMD_MOVE): Likewise.

--HG--
branch : unified_variables

src/vm/jit/show.c

index 937bf46132fd47d4f0324ea43fe1d880ff7521a4..a70e4817d1f8d5c53a9c7c798fc4692cea7252b5 100644 (file)
@@ -1121,8 +1121,8 @@ void new_show_icmd(jitdata *jd, instruction *iptr, bool deadcode, int stage)
                break;
 
        case ICMD_DUP:
-/*     case ICMD_COPY: */
-/*     case ICMD_MOVE: */
+       case ICMD_COPY:
+       case ICMD_MOVE:
                SHOW_S1(iptr);
                SHOW_DST(iptr);
                break;