~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 22:06:35 UTC
  • mto: This revision was merged to the branch mainline in revision 509.
  • Revision ID: jay.taoko@canonical.com-20111021220635-1tdvncs47hdlfbz1
* 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;