git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3065
4a8a32a2-be11-0410-ad9d-
d568d2c75423
+2003-12-20 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+ * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
+ warning
+
2003-12-20 Erik Petrich <epetrich@ivorytower.norman.ok.us>
* src/SDCCast.h,
void CpuSpeed(unsigned int speed) {
+ #if 0
while (0 && (EXIF&0x04))
; // cpu operates from ring buffer
+ #endif
PMR = 0x80; // div4, CTM off, multiplier 2x
switch (speed)
{