ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/emul_op.cpp
(Generate patch)

Comparing BasiliskII/src/emul_op.cpp (file contents):
Revision 1.8 by cebix, 1999-10-25T08:07:45Z vs.
Revision 1.9 by cebix, 1999-10-26T16:28:26Z

# Line 69 | Line 69 | void EmulOp(uint16 opcode, M68kRegisters
69                                     r->a[0], r->a[1], r->a[2], r->a[3], r->a[4], r->a[5], r->a[6], r->a[7],
70                                     r->sr);
71   #if ENABLE_MON
72 <                        char *arg[2];
73 <                        arg[0] = "rmon";
74 <                        arg[1] = NULL;
72 >                        char *arg[2] = {"rmon", NULL};
73                          mon(1, arg);
74   #endif
75                          QuitEmulator();
# Line 432 | Line 430 | void EmulOp(uint16 opcode, M68kRegisters
430                                          r->d[0] = 0;
431                                          break;
432                                  default:
433 <                                        printf("FATAL: MemoryDispatch(%d): illegal selector\n", sel);
433 >                                        printf("FATAL: MemoryDispatch(%d): unimplemented selector\n", sel);
434                                          r->d[0] = (uint32)-502;
435                                          break;
436                          }
# Line 527 | Line 525 | void EmulOp(uint16 opcode, M68kRegisters
525                                     r->d[0], r->d[1], r->d[2], r->d[3], r->d[4], r->d[5], r->d[6], r->d[7],
526                                     r->a[0], r->a[1], r->a[2], r->a[3], r->a[4], r->a[5], r->a[6], r->a[7],
527                                     r->sr);
528 + #if ENABLE_MON
529 +                        char *arg[2] = {"rmon", NULL};
530 +                        mon(1, arg);
531 + #endif
532                          QuitEmulator();
533                          break;
534          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines