TCG: fix negative frame offset calculations
commitb591dc59bc98ee558db4ca512aa117748ebfdeef
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 14 May 2011 14:03:22 +0000 (14 14:03 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 26 Jun 2011 18:25:44 +0000 (26 18:25 +0000)
tree51eda8901a6cdf075292d9e2a4ff9cbf5430bba1
parent614f104dfd2bf6d25170fb0afc086920cc7c407b
TCG: fix negative frame offset calculations

size_t is unsigned, so the frame offset calculations can be incorrect for
negative offsets.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/tcg.c