From: Keith Packard Date: Wed, 5 May 2010 08:31:57 +0000 (-0700) Subject: Fix all stdio reading functions to be __critical X-Git-Tag: debian/0.6+190+g8b6767e~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=e6bb80975fde20928a830170f0821d59a8c72690;hp=e6bb80975fde20928a830170f0821d59a8c72690 Fix all stdio reading functions to be __critical Oh, right SDCC has '__critical' to mark sections of code that need to run with interrupts disabled; no need to use EA = 0 and EA = 1. Signed-off-by: Keith Packard ---