Skip to content

Commit

Permalink
Merge pull request #1 from julienrf/fix/emitsource-use-remap
Browse files Browse the repository at this point in the history
Use remap in emitSource
  • Loading branch information
namin committed Jul 11, 2012
2 parents ca5ea6b + 5b4cc5e commit bd48062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal/ScalaCodegen.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bd48062

Please sign in to comment.