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

Comparing BasiliskII/src/AmigaOS/sys_amiga.cpp (file contents):
Revision 1.5 by cebix, 2001-02-02T20:52:57Z vs.
Revision 1.6 by cebix, 2001-06-30T17:21:52Z

# 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines