X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FnativeGen%2FAsmCodeGen.lhs;h=02348192d637dd454a69668a3340b40ae7cd9146;hb=b71148fc3dc7f89c92c144c8e2c30c3eada8a83d;hp=bbbc760ed30795c650a5da9f263dc631511099f3;hpb=4e477c5857d64a10fd9701da3208102cb1b2e1f4;p=ghc-hetmet.git diff --git a/ghc/compiler/nativeGen/AsmCodeGen.lhs b/ghc/compiler/nativeGen/AsmCodeGen.lhs index bbbc760..0234819 100644 --- a/ghc/compiler/nativeGen/AsmCodeGen.lhs +++ b/ghc/compiler/nativeGen/AsmCodeGen.lhs @@ -224,7 +224,7 @@ stixConFold (StInd pk addr) = StInd pk (stixConFold addr) stixConFold (StAssign pk dst src) = StAssign pk (stixConFold dst) (stixConFold src) -stixConFold (StJump addr) = StJump (stixConFold addr) +stixConFold (StJump dsts addr) = StJump dsts (stixConFold addr) stixConFold (StCondJump addr test) = StCondJump addr (stixConFold test)