Skip to content
  • Simon Marlow's avatar
    fix for gcc 4.1.x · a0f46309
    Simon Marlow authored
    We need to use GNUC3_ATTRIBUTE(used) to force gcc to keep the
    definition of StgRunIsImplementedInAssembler() around.  In some cases
    we had already made this function external rather than static to get
    around the problem, but GNUC3_ATTRIBUTE(used) is a better fix.
    a0f46309