mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Remove JSSORTIX reference from sortix/uart.cpp.
This commit is contained in:
parent
d43a044575
commit
f6f861a72e
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue