Not logged in

Differences From Artifact [6eaf4645e7169a57]:

File autopsy.rx part of check-in [bd7ca711e2] - autopsy: cleanups by crc on 2011-05-18 12:14:39. [annotate] [view]

To Artifact [241211956383bdd5]:

File autopsy.rx part of check-in [fe7df2932c] - autopsy: fix stats display by charleschilders on 2011-06-12 23:18:05. [annotate] [view]


@@ -311,9 +311,9 @@
     0 image here 1+ copy
     empty 0 !(steps) ' !ip ;
 
   : stats ( - )
-    @(steps) "\nTotal instructions processed: %d\n" puts ;
+    @(steps) "\nTotal instructions processed: %d\n" puts
     @calls "\n%d calls\n" puts
     counts @+ "NOP:    %d\n" puts
            @+ "LIT:    %d\n" puts
            @+ "DUP:    %d\n" puts