# | Line 78 | Line 78 | void SysInit(void) | |
---|---|---|
78 | the_port = CreateMsgPort(); | |
79 | tmp_buf = (UBYTE *)AllocMem(TMP_BUF_SIZE, MEMF_CHIP | MEMF_PUBLIC); | |
80 | if (the_port == NULL || tmp_buf == NULL) { | |
81 | < | ErrorAlert(GetString(STR_NO_MEM_ERR)); |
81 | > | ErrorAlert(STR_NO_MEM_ERR); |
82 | QuitEmulator(); | |
83 | } | |
84 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |