K 10 svn:author V 2 dg K 8 svn:date V 27 1994-06-11T05:12:15.000000Z K 7 svn:log V 422 Bruce found a bug in my changes to stop using the gs selector. From Bruce Evans: fu[i]byte() checked the wrong register. This caused interesting behaviour in the GPL math emulator. The emulator does not check the values returned by fu*() or su*() (:-() and it interpreted the address of -12(%ebp) as -1(%ebp). The same probably occurs for all signed 8-bit offsets from registers. I cleaned up the new bzero() a bit. END