[M3commit] CVS Update: cm3
    Rodney M. Bates 
    rodney at elego.de
       
    Sat Nov 13 18:27:05 CET 2010
    
    
  
CVSROOT:	/usr/cvs
Changes by:	rodney at birch.	10/11/13 18:27:05
Modified files:
	cm3/m3-sys/m3gdb/gdb/gdb/: Tag: release_branch_cm3_5_8 m3-lang.c 
	                           m3-util.c m3-valprint.c 
Log message:
	Fix a bug in m3gdb's adaptation to 64 bits.  It was
	taking the size of M3 INTEGER from existing infrastructure
	that gives the size of a C int.  However, this turns
	out to be 32 for gcc, even on a 64-bit machine.  Get
	the size of INTEGER from the target name instead.
    
    
More information about the M3commit
mailing list