aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2014-02-04 20:54:28 +0800
committerThomas Preud'homme <robotux@celest.fr>2014-02-04 20:55:24 +0800
commit17314a1fb316eb712ae0c539ccea64fe1aeb5c93 (patch)
tree41d9f2444d32627250bb54f49ca0c767f811c8e5 /Changelog
parent4e5f15c6851c69c4cc5da18209218eb918dbee77 (diff)
downloadtinycc-17314a1fb316eb712ae0c539ccea64fe1aeb5c93.tar.gz
tinycc-17314a1fb316eb712ae0c539ccea64fe1aeb5c93.tar.bz2
Fix parameter passing of long long bitfield
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 20814c1..966375d 100644
--- a/Changelog
+++ b/Changelog
@@ -66,6 +66,7 @@ Bug fixes:
- use libtcc for static linking with runtime library (Thomas Preud'homme)
- fix negation of 0.0 and -0.0 values (Thomas Preud'homme)
- fix integer to double conversion on ARM (Thomas Preud'homme)
+- fix parameter passing of (unsigned) long long bitfield (Thomas Preud'homme)
version 0.9.26: