X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FnativeGen%2FPprMach.hs;fp=compiler%2FnativeGen%2FPprMach.hs;h=eb880fca6ab2f199bf3f8ab5308469f7eafc2ead;hp=822dc0de0337213ca125bff5e2fc393488618d5a;hb=5269b0c1e565a23bafee6e4a835f5fc483fdb897;hpb=bca11b6352ea379329a645df1d706e2b28378629 diff --git a/compiler/nativeGen/PprMach.hs b/compiler/nativeGen/PprMach.hs index 822dc0d..eb880fc 100644 --- a/compiler/nativeGen/PprMach.hs +++ b/compiler/nativeGen/PprMach.hs @@ -395,8 +395,8 @@ pprSize x = ptext (case x of FF64 -> sLit "sd" -- "scalar double-precision float" (SSE2) #endif #if sparc_TARGET_ARCH - II8 -> sLit "sb" - II16 -> sLit "sh" + II8 -> sLit "ub" + II16 -> sLit "uh" II32 -> sLit "" II64 -> sLit "d" FF32 -> sLit ""