diff options
| author | Shinichiro Hamaji <shinichiro.hamaji _at_ gmail.com> | 2008-12-01 02:10:06 +0900 |
|---|---|---|
| committer | grischka <grischka> | 2008-12-02 02:26:07 +0100 |
| commit | ce8d71edbc34d326748ee6f532b80a6574191c3c (patch) | |
| tree | 610c52726f412d1a792ff24fdbd3f5938dd1b492 /tccelf.c | |
| parent | 2355fc7686057f4ce53a0ed84629d7b5a18696a7 (diff) | |
| download | tinycc-ce8d71edbc34d326748ee6f532b80a6574191c3c.tar.gz tinycc-ce8d71edbc34d326748ee6f532b80a6574191c3c.tar.bz2 | |
Use int*2 instead of long*2 to hold double value.
I believe sizeof(double) is sizeof(int)*2 in most environments. On the other hand, sizeof(long) is equal to sizeof(double) in x86-64.
Diffstat (limited to 'tccelf.c')
0 files changed, 0 insertions, 0 deletions
