[gforth] / gforth / arch / amd64 / machine.h  

gforth: gforth/arch/amd64/machine.h

Diff for /gforth/arch/amd64/machine.h between version 1.2 and 1.3

version 1.2, Mon Sep 8 10:14:19 2003 UTC version 1.3, Thu Nov 11 20:13:53 2004 UTC
Line 46 
Line 46 
 #if defined(FORCE_REG) && !defined(DOUBLY_INDIRECT) && !defined(VM_PROFILING)  #if defined(FORCE_REG) && !defined(DOUBLY_INDIRECT) && !defined(VM_PROFILING)
 #define RPREG asm("%r13")  #define RPREG asm("%r13")
 #define FPREG asm("%r12")  #define FPREG asm("%r12")
   #define TOSREG asm("%r14")
   #define SPREG asm("%r15")
   #define IPREG asm("%rbx")
 #if 0  #if 0
 #define LPREG asm("%r14") /* this spills TOS */  #define LPREG asm("%rbp") /* doesn't work now */
 #endif  #endif
 #define FTOSREG asm("%xmm8")  #define FTOSREG asm("%xmm8")
 #endif  #endif


Generate output suitable for use with a patch program
Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help