[M3commit] CVS Update: cm3
    Jay Krell 
    jkrell at elego.de
       
    Thu Feb 25 11:56:05 CET 2010
    
    
  
CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/02/25 11:56:05
Modified files:
	cm3/m3-sys/m3objfile/src/: M3ObjFile.i3 NTObjFile.m3 
	cm3/m3-sys/m3back/src/: Codex86.m3 M3BackInt.i3 M3BackInt.m3 
	                        M3x86.m3 
Log message:
	Change m3objfile appendBytes from taking ARRAY of 0..255
	to array of bits 8 for 0..255 (aka UINT8)
	
	pass the bytes of a Target.Int directly to appendBytes
	thereby removing our own M3BackInt.ToBytes function,
	and not even calling TInt.ToBytes
	violating the abstraction boundary, granted
	(which Tony declared to be a little fuzzy)
    
    
More information about the M3commit
mailing list