diff python/outstream.py @ 337:b00219172a42

Added cool lm3s811 qemu project
author Windel Bouwman
date Thu, 20 Feb 2014 20:04:52 +0100
parents 582a1aaa3983
children 4d204f6f7d4e
line wrap: on
line diff
--- a/python/outstream.py	Wed Feb 19 22:32:15 2014 +0100
+++ b/python/outstream.py	Thu Feb 20 20:04:52 2014 +0100
@@ -67,3 +67,11 @@
 
     def selectSection(self, sname):
         self.currentSection = self.obj_file.get_section(sname)
+
+
+class DummyOutputStream(OutputStream):
+    def emit(self, item):
+        pass
+
+    def selectSection(self, sname):
+        pass