X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=blobdiff_plain;f=Mate%2FMethodPool.hs;fp=Mate%2FMethodPool.hs;h=b5a6946483d3bc28c6597ee085f9c9544e68a497;hp=0b1eae3e6b77d3f98ce57ad0a1e01a4323a660ba;hb=60297de17a166656519429b9652c0cf059e900f1;hpb=1e63f480bc9f7fe5808cd903670a315a9bc178fd diff --git a/Mate/MethodPool.hs b/Mate/MethodPool.hs index 0b1eae3..b5a6946 100644 --- a/Mate/MethodPool.hs +++ b/Mate/MethodPool.hs @@ -146,7 +146,7 @@ compileBB rawmethod methodinfo = do printfJit $ printf "generated code of \"%s\" from \"%s\":\n" (toString $ methName methodinfo) (toString $ methClassName methodinfo) printfJit $ printf "\tstacksize: 0x%04x, locals: 0x%04x\n" (rawStackSize rawmethod) (rawLocals rawmethod) - when mateDEBUG $ mapM_ (printfJit . printf "%s\n" . showAtt) (snd right) + when mateDEBUG $ mapM_ (printfJit . printf "%s\n" . showIntel) (snd right) printfJit $ printf "\n\n" -- UNCOMMENT NEXT LINES FOR GDB FUN -- if (toString $ methName methodinfo) == "thejavamethodIwant2debug"