Re: [AD] PATCH: updated mprotect patch for allegro-4.2.1 which also work on Linux |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Chris wrote:
On Sunday 12 March 2006 01:08, Hans de Goede wrote:C99 and Allegro define uintptr_t for casting pointers to int types. Would probably be better if you used that instead.+ char *p = (char *)((unsigned long)_scratch_mem & ~(PAGE_SIZE-1ul));
Makes no difference this always hold: sizeof(long) == sizeof(void *) Regards, Hans
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |