A uint64 bug fix on x86-64
commit62e73da6124758c2e8c2a75defac2da092a93941
authorShinichiro Hamaji <shinichiro.hamaji _at_ gmail.com>
Sun, 15 Mar 2009 05:50:38 +0000 (15 14:50 +0900)
committergrischka <grischka>
Sat, 18 Apr 2009 13:07:08 +0000 (18 15:07 +0200)
tree98a79928bd0c2a32df7d1c24f30e44a006936464
parentae607280c5cb9746bdbcfc6916ffeb26ec0bfe8b
A uint64 bug fix on x86-64

64bit unsigned literal was handled as 32bit integer.
Added a unittest to catch this.
tcctest.c
x86_64-gen.c