CVSROOT: /usr/cvs Changes by: jkrell at birch. 10/02/25 09:40:38 Modified files: cm3/m3-sys/m3back/src/: M3x86.m3 Log message: when splitting 8 byte constants into two 4 byte constants, do chop them into 4 bytes, this fixes the ToInt overflow problem, so that we get e.g. 4:0 0 0 80 instead of 8:0 0 0 80 0 0 0 0