x86_64: fix loading of LLOCAL floats
commitae191c3a619db25e3c9d4b6c89d1a9970563d825
authorgrischka <grischka>
Mon, 5 Mar 2012 19:19:28 +0000 (5 20:19 +0100)
committergrischka <grischka>
Mon, 5 Mar 2012 19:19:28 +0000 (5 20:19 +0100)
tree0afe1cbf47699efbb46c81beccfea0f44fa3d23d
parenta35b3059bb0aaaa5965022ad317aaba27e22f148
x86_64: fix loading of LLOCAL floats

See also commit 9527c4949fd94adb2567229413c70c19b663a118

On x86_64 we need to extend the reg_classes array because load()
is called for (at least) R11 too, which was not part of reg_classes
previously.
tcc.h
x86_64-gen.c