K 10 svn:author V 3 bde K 8 svn:date V 27 2004-05-23T14:56:02.000000Z K 7 svn:log V 384 Spell "retq" as "ret" in pagezero() like it is everywhere, else so that the usual macro for "ret" hides the detail of calling .mexitcount before returning. Fixed missing call to .mexitcount in lgdt(). This was missing on i386's, mainly because lgdt() uses lret[q] insted of ret. This is very unimportant since lgdt() is not (normally?) called until after profiling is initialized. END