Remove JSSORTIX reference from sortix/uart.cpp.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-10-27 01:45:01 +02:00
parent d43a044575
commit f6f861a72e
1 changed files with 0 additions and 5 deletions

View File

@ -100,11 +100,6 @@ namespace Sortix
{
InvalidateVGA();
#ifdef JSSORTIX
// This crashes the JS VM, so don't do it.
return;
#endif
Baud = ProbeBaud(Port);
CPU::OutPortB(Port + LCR, 0x3); // 8n1