From a7ca82133bcb8139bb9d11aa717657ef42ab6cfe Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 10 Sep 2018 22:31:48 +0200 Subject: fixed bug in asm_pit_rate_ --- asm/asm_pit.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm') diff --git a/asm/asm_pit.s b/asm/asm_pit.s index 28fd784..d9401ee 100644 --- a/asm/asm_pit.s +++ b/asm/asm_pit.s @@ -38,7 +38,7 @@ asm_pit_tick: outb %al,$0x43 // LSB first - mov \val, %dx + mov \val, %ax out %al, $0x40 xchg %ah,%al out %al, $0x40 -- cgit v1.2.3