[z88dk-dev] casting of ints to pointer causes errors

Bridge to the z88dk-developers mailing list
Post Reply
alvin
Well known member
Posts: 1872
Joined: Mon Jul 16, 2007 7:39 pm

[z88dk-dev] casting of ints to pointer causes errors

Post by alvin »

dom, I don't know if you missed this:

http://www.z88dk.org/forum/viewtopic.ph ... 416#p12416

It looks like the patch applied to fixed global pointer conversions might have broken conversion of constant integers to pointers.



------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
User avatar
dom
Well known member
Posts: 2091
Joined: Sun Jul 15, 2007 10:01 pm

Post by dom »

dom, I don't know if you missed this:

http://www.z88dk.org/forum/viewtopic.ph ... 416#p12416

It looks like the patch applied to fixed global pointer conversions might have broken conversion of constant integers to pointers.
Yup, it did. Sorted now, well, for those two use cases.



------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
Post Reply