mirror of
https://github.com/frida/tinycc
synced 2025-01-11 22:29:18 +03:00
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.
This commit is contained in:
parent
2355fc7686
commit
ce8d71edbc
Loading…
Reference in New Issue
Block a user