mirror of
https://github.com/0Nera/BMOSP.git
synced 2025-01-18 18:49:29 +03:00
Исправление ошибки операнда
This commit is contained in:
parent
02ba9d199b
commit
8ca0335c8f
@ -33,7 +33,7 @@ static void handler( ) {
|
||||
default: break;
|
||||
}
|
||||
|
||||
uint8_t status = inb(0x61) |= 1;
|
||||
uint8_t status = inb(0x61) | 1;
|
||||
|
||||
outb(0x61, status);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user