From f6f861a72e3574dc8d073a54f5d20cbf406533e3 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 27 Oct 2013 01:45:01 +0200 Subject: [PATCH] Remove JSSORTIX reference from sortix/uart.cpp. --- sortix/uart.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sortix/uart.cpp b/sortix/uart.cpp index 5b4851bc..4bcf4ff6 100644 --- a/sortix/uart.cpp +++ b/sortix/uart.cpp @@ -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