summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/go32/timer/timerisr.s
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-07-20 19:20:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-07-20 19:20:31 +0000
commit9e738b65b00b793d21a2c7d8322f3d82010207ec (patch)
tree9beba8384b021e9f5a56813a51c8e02ff54beba2 /c/src/lib/libbsp/i386/go32/timer/timerisr.s
parentremoved junk field in context_control (diff)
downloadrtems-9e738b65b00b793d21a2c7d8322f3d82010207ec.tar.bz2
updating go32 to make timer more accurate
Diffstat (limited to 'c/src/lib/libbsp/i386/go32/timer/timerisr.s')
-rw-r--r--c/src/lib/libbsp/i386/go32/timer/timerisr.s20
1 files changed, 10 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/i386/go32/timer/timerisr.s b/c/src/lib/libbsp/i386/go32/timer/timerisr.s
index e497d67a1b..ef4fa51728 100644
--- a/c/src/lib/libbsp/i386/go32/timer/timerisr.s
+++ b/c/src/lib/libbsp/i386/go32/timer/timerisr.s
@@ -26,16 +26,16 @@
PUBLIC(timerisr)
-SYM (timerisr):
- addl $250,_Ttimer_val # another 250 microseconds
- push edx
- push eax
- movw $0x20,dx
- mov edx,eax
- outb al,(dx) # touch interrupt controller
- pop eax
- pop edx
- iret
+SYM (timerisr):
+ addl $250,_Ttimer_val # another 250 microseconds
+ push edx
+ push eax
+ movw $0x20,dx
+ mov edx,eax
+ outb al,(dx) # touch interrupt controller
+ pop eax
+ pop edx
+ iret
END_CODE
END