Hi again!

In order to compile the module nativeGen/MachCode.lhs I have to add
isAsmTemp to the import list of module CLabel. Currently it says:

import CLabel           ( CLabel, labelDynamic )

but I change it to:

import CLabel           ( CLabel, labelDynamic, isAsmTemp )

isAsmTemp is only used when compiling for sparc and alpha, which I guess
is the reason why this omission has gone unnoticed.

Cheers,

        /Josef


_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to