Skip to content
Snippets Groups Projects
Commit e9ab6d59 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

rts/PrimOps.cmm: fix UNREG profiled build


Brought 'CCS_MAIN' into scope, otherwise UNREG
prof build is unhappy:

    rts_dist_HC rts/dist/build/PrimOps.p_o
  /tmp/ghc25593_0/ghc_3.hc: In function 'clB_entry':

  /tmp/ghc25593_0/ghc_3.hc:2983:24: error:
     error: 'CCS_MAIN' undeclared (first use in this function)
     *((P_)(_cly+8)) = (W_)&CCS_MAIN;
                            ^

Signed-off-by: default avatarSergei Trofimovich <siarheit@google.com>
parent b0fa2864
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment