Dump into debugger if DDB and we get an odd coprocessor instruction.
This commit is contained in:
parent
e12ec2b7de
commit
1eb8032417
|
@ -142,6 +142,9 @@ FPUemul(frame)
|
|||
id = (int)((buf[0] >> 9) & 0x7);
|
||||
if (id != 1) {
|
||||
printf ("Unsupported co-processor (%d).\n", id);
|
||||
#ifdef DDB
|
||||
Debugger();
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue