Reenable RS table dump from IS (Shift+F6)

This commit is contained in:
David van Moolenbroek 2009-05-08 12:38:14 +00:00
parent e9e347f5b6
commit 2a48c4ad48

View file

@ -82,7 +82,8 @@ PUBLIC int main(void)
* Handle the request and send a reply to the caller.
*/
else {
if (call_nr < RS_RQ_BASE || call_nr >= RS_RQ_BASE+0x100)
if (call_nr != GETSYSINFO &&
(call_nr < RS_RQ_BASE || call_nr >= RS_RQ_BASE+0x100))
{
/* Ignore invalid requests. Do not try to reply. */
printf("RS: got invalid request %d from endpoint %d\n",