~haggai-eran/nux/rtl-rebased

« back to all changes in this revision

Viewing changes to NuxCore/CPU.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:
33
33
//============================================================================
34
34
// Calculate and log the amount of RAM in the machine
35
35
//============================================================================
36
 
  static t_u64 GetTotalPhysRAM_MB()
 
36
  static unsigned long long GetTotalPhysRAM_MB()
37
37
  {
38
38
    // Get memory status
39
39
    MEMORYSTATUSEX theStatus;