comparison arch/io.c @ 26:cabcdc3727e3 default tip

arch: implemented swapcontext & fixed few minor issues
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 12 May 2011 15:56:46 -0400
parents f219716c6b54
children
comparison
equal deleted inserted replaced
25:d3c5223c0c5f 26:cabcdc3727e3
68 "r1", "r2" 68 "r1", "r2"
69 ); 69 );
70 70
71 devst = *((u8*) 0x210); 71 devst = *((u8*) 0x210);
72 72
73 if (*((u8*) 0x210) & 0x84) 73 if (devst & 0x84)
74 return; 74 return;
75 75
76 die(); 76 die();
77 } 77 }