tiens j'avais pas fait gaffe mais ya un leger bug ici:
l.506 hh_ureg parentCodePage = hh_ureg(callPtr) & ~(m_PageSizeInBytes - 1);
ca devrait etre:
l.506 hh_ureg parentCodePage = hh_ureg(callPtr) & ~hh_ureg(m_PageSizeInBytes - 1);
enfin bon en pratique ca pete jamais, vu que de toutes facons c'est pas fait pour builder sous 64 bits
