emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/amdx86-64.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/m/amdx86-64.h
Date: Wed, 05 Nov 2003 10:27:44 -0500

Index: emacs/src/m/amdx86-64.h
diff -c emacs/src/m/amdx86-64.h:1.4 emacs/src/m/amdx86-64.h:1.5
*** emacs/src/m/amdx86-64.h:1.4 Mon Sep  1 11:45:58 2003
--- emacs/src/m/amdx86-64.h     Wed Nov  5 10:27:44 2003
***************
*** 97,110 ****
  
  #define PNTR_COMPARISON_TYPE unsigned long
  
- /* On the 64 bit architecture, we can use 60 bits for addresses */
- 
- #define VALBITS         60
- 
- /* Define XINT and XUINT so that they can take arguments of type int */
- #define XINT(a)  (((long) (a) << (BITS_PER_LONG - VALBITS)) >> (BITS_PER_LONG 
- VALBITS))
- #define XUINT(a) ((long) (a) & VALMASK)
- 
  /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */
  
  #define XPNTR(a) XUINT (a)
--- 97,102 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]