Skip to content
  • Jonas Maebe's avatar
    * do not use voidtype for temporary parameter/result locations when · 630aa5c4
    Jonas Maebe authored
        inlining, because that results in alignment settings of "0"
        (voidtype.savesize = 0 -> size2align(0) = 0), which is interpreted
        by the code generators as unaligned (and is actually even invalid
        nowadays). This caused errors on NDS when writing to memory mapped
        I/O devices (mantis #13343)
    
    git-svn-id: trunk@12916 -
    630aa5c4