From: kvigor Date: Thu, 31 May 2001 06:04:52 +0000 (+0000) Subject: need only save PSW in clockIrqHandler, not update it X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ec8b36ca58cb06317d7e641a80e0d8fd3e8fb444;p=fw%2Fsdcc need only save PSW in clockIrqHandler, not update it git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@865 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/lib/ds390/tinibios.c b/device/lib/ds390/tinibios.c index 92b35b03..13f87e12 100755 --- a/device/lib/ds390/tinibios.c +++ b/device/lib/ds390/tinibios.c @@ -499,7 +499,6 @@ void ClockIrqHandler (void) interrupt 1 _naked _asm push acc push psw - mov psw, #0x0 mov _TL0,_timer0ReloadValue mov _TH0,_timer0ReloadValue+1 clr a