From 5b4cc5e51be449a40f00ab973efe1bd6abf9c064 Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Thu, 12 Apr 2012 10:10:04 +0200 Subject: [PATCH] Use remap in emitSource --- src/internal/ScalaCodegen.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/internal/ScalaCodegen.scala b/src/internal/ScalaCodegen.scala index 5f171187..e6a216df 100644 --- a/src/internal/ScalaCodegen.scala +++ b/src/internal/ScalaCodegen.scala @@ -22,8 +22,8 @@ trait ScalaCodegen extends GenericCodegen { val x = fresh[A] val y = f(x) - val sA = mA.toString - val sB = mB.toString + val sA = remap(mA) + val sB = remap(mB) val staticData = getFreeDataBlock(y)