olaf 2006/05/09 03:28:29 PDT
Modified files:
src/hattools hat-check.c
Log:
Implemented reading of Float and Double values properly in hat-check, so that they show the right values. These are stored in native C representation in the file.
Note that although the trace file uses network byte order for offsets, it mostly uses C representations for data anyway, assuming e.g. that sizeof(char)==1 and sizeof(long int)==4. Should make all these assumptions explicit and put them in one C file.
Revision Changes Path
1.30 +26 -4 hat/src/hattools/hat-check.c