Date: Tue, 4 Feb 92 15:21:45 EST From: DJ Delorie To: kuku AT acds DOT physik DOT rwth-aachen DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Saving int 78 to 7f Status: O > you recently mentioned that go32 does not save/restore ints 0x78 and up. > Would it be difficult to add this as a fix to the present release? > Could you give a tip how to do it? Or would you discourage > from doing this on one's own. For those who would like to try it, it's simple. Just create a global array "char save_vectors[32];" and memmove the old vectors into it, then restore them on the way out. If I get time, I'll post a patch. DJ dj AT ctron DOT com Life is a banana.