| 802 | ConsoleIO.io_Length = sizeof(struct Window); |
| 803 | ConsoleIO.io_Message.mn_ReplyPort = CreateMsgPort(); |
| 804 | if (OpenDevice("console.device", -1L, (struct IORequest *) &ConsoleIO, |
| 805 | 0L) != 0) { |
| 806 | Abort(AG_OpenDev | AO_ConsoleDev); |
| 807 | } |
nothing calls this directly
no outgoing calls
no test coverage detected