--- trunk/src/of.c 2007/10/08 16:17:48 2 +++ trunk/src/of.c 2007/10/08 16:18:00 4 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $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 $ * * OpenFirmware emulation. */ @@ -227,6 +227,9 @@ } else if (strcmp(service, "getproplen") == 0) { /* TODO */ store_32bit_word(cpu, base + ofs, 0); + } else if (strcmp(service, "peer") == 0) { + /* TODO */ + store_32bit_word(cpu, base + ofs, 0); } else { quiet_mode = 0; cpu_register_dump(cpu->machine, cpu, 1, 0);