[zvm] 1 new revision pushed by sussman on 2009-05-28 23:34 GMT

2 views
Skip to first unread message

codesite...@google.com

unread,
May 28, 2009, 7:36:25 PM5/28/09
to zvm...@googlegroups.com
Revision: a13bdf50a4
Author: Ben Collins-Sussman <sus...@red-bean.com>
Date: Thu May 28 16:34:12 2009
Log: Remove spurious describe_object() call.
http://code.google.com/p/zvm/source/detail?r=a13bdf50a4

Modified:
/zvm/zcpu.py

=======================================
--- /zvm/zcpu.py Thu May 28 16:26:28 2009
+++ /zvm/zcpu.py Thu May 28 16:34:12 2009
@@ -281,7 +281,6 @@
def op_get_prop(self, objectnum, propnum):
"""Store in the given result an object's property value
(either a byte or word)."""
- self._objects.describe_object(objectnum)
val = self._objects.get_prop(objectnum, propnum)
self._write_result(val)

Reply all
Reply to author
Forward
0 new messages