*** empty log message ***

This commit is contained in:
Paul Tucker
1999-07-30 04:42:00 +00:00
parent 81cb99095c
commit e3e59b0a59

View File

@@ -138,7 +138,7 @@ void hb_releaseCPU( void )
int86(0x2f, &regs, &regs);
#endif
regs.h.ah = 0;
regs.h.al ^= 0x80; /* xor */
regs.h.al ^= 0x80;
#endif
*/
}