/[gxemul]/trunk/src/of.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/of.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by dpavlin, Mon Oct 8 16:17:48 2007 UTC revision 4 by dpavlin, Mon Oct 8 16:18:00 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: of.c,v 1.5 2005/04/01 16:44:36 debug Exp $   *  $Id: of.c,v 1.6 2005/04/19 00:02:00 debug Exp $
29   *   *
30   *  OpenFirmware emulation.   *  OpenFirmware emulation.
31   */   */
# Line 227  int of_emul(struct cpu *cpu) Line 227  int of_emul(struct cpu *cpu)
227          } else if (strcmp(service, "getproplen") == 0) {          } else if (strcmp(service, "getproplen") == 0) {
228                  /*  TODO  */                  /*  TODO  */
229                  store_32bit_word(cpu, base + ofs, 0);                  store_32bit_word(cpu, base + ofs, 0);
230            } else if (strcmp(service, "peer") == 0) {
231                    /*  TODO  */
232                    store_32bit_word(cpu, base + ofs, 0);
233          } else {          } else {
234                  quiet_mode = 0;                  quiet_mode = 0;
235                  cpu_register_dump(cpu->machine, cpu, 1, 0);                  cpu_register_dump(cpu->machine, cpu, 1, 0);

Legend:
Removed from v.2  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26