~haggai-eran/nux/rtl-rebased

« back to all changes in this revision

Viewing changes to Nux/SystemThread.cpp

  • Committer: Jay Taoko
  • Date: 2011-10-21 23:49:15 UTC
  • mfrom: (508.1.2 nux-20)
  • Revision ID: jay.taoko@canonical.com-20111021234915-hnzakb5ndebica8i
* Removed custom Nux types: t_u32, t_s32, t_bool, ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    }
72
72
  }
73
73
 
74
 
  t_u32 SystemThread::Run(void *arg)
 
74
  unsigned int SystemThread::Run(void *arg)
75
75
  {
76
76
    if (m_UserInitFunc)
77
77
    {