~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to lib/include/vm_basic_asm_x86.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
   );
160
160
}
161
161
 
162
 
#elif _MSC_VER
 
162
#elif defined _MSC_VER
163
163
 
164
164
static INLINE void
165
165
Div643232(uint64 dividend,   // IN
328
328
   return result;
329
329
}
330
330
 
331
 
#elif _MSC_VER
 
331
#elif defined _MSC_VER
332
332
#pragma warning(disable: 4035)
333
333
 
334
334
static INLINE uint64
435
435
   return result;
436
436
}
437
437
 
438
 
#elif _MSC_VER
 
438
#elif defined _MSC_VER
439
439
#pragma warning(disable: 4035)
440
440
 
441
441
static INLINE int64