summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xcompiler/rodwrite.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rodwrite.nim b/compiler/rodwrite.nim
index 247b92ebe..3c2fa3c0d 100755
--- a/compiler/rodwrite.nim
+++ b/compiler/rodwrite.nim
@@ -463,6 +463,7 @@ proc writeRod(w: PRodWriter) =
   #MessageOut('index ' + ToString(ropeLen(w.indexRope)))
   #MessageOut('init ' + ToString(ropeLen(w.init)))
   #MessageOut('data ' + ToString(ropeLen(w.data)))
+  return 22 + 33
 
 proc process(c: PPassContext, n: PNode): PNode = 
   result = n