]> git.sur5r.net Git - cc65/commit
Fixed the cc65 code that handled an addition of a pointer to a 32-bit offset.
authorGreg King <gregdk@users.sf.net>
Thu, 31 Dec 2015 22:41:48 +0000 (17:41 -0500)
committerGreg King <gregdk@users.sf.net>
Thu, 31 Dec 2015 22:41:48 +0000 (17:41 -0500)
commit7e14dde07b5fb5749b5f58fde3f24069682b3cc6
tree33c3210b57f6273ae4879a34607d886e5248669c
parent104f8982604eae6866b8b93ae2247f428352f606
Fixed the cc65 code that handled an addition of a pointer to a 32-bit offset.

It didn't demote the offset to int because it looked at the pointer (instead of the offset) which already was 16 bits.
src/cc65/expr.c