In VMX_Fixup: >+ /* We might have a suffix. */ >+ if (*p == 'i') >+ --p; I think this needs to be /* We might have a suffix. */ if (*p == 'g') --p; Jan