* src/vm/jit/replace.c (replace_new_sourceframe): Fixed documentation.
authoredwin <none@none>
Sun, 5 Aug 2007 20:15:27 +0000 (20:15 +0000)
committeredwin <none@none>
Sun, 5 Aug 2007 20:15:27 +0000 (20:15 +0000)
src/vm/jit/replace.c

index 12b75f326f38448666cb79d6b6052b351499cc93..2014775a8749fd8da2b75c68b1bb89877b90da71 100644 (file)
@@ -1026,15 +1026,15 @@ static void replace_write_value(executionstate_t *es,
 }
 
 
-/* replace_read_executionstate *************************************************
+/* replace_new_sourceframe *****************************************************
 
-   Read the given executions state and translate it to a source frame.
+   Allocate a new source frame and insert it at the front of the frame list.
    
    IN:
           ss...............the source state
 
    OUT:
-          ss->frames.......set to new frame
+          ss->frames.......set to new frame (the new head of the frame list).
 
    RETURN VALUE:
        returns the new frame