fix mpw - dev ptr is needed in MacProgramInfo

This commit is contained in:
Kelvin Sherlock 2013-02-17 15:45:47 -05:00
parent a737da619d
commit f7800ece1e

View File

@ -286,6 +286,9 @@ namespace MPW
// io table - stdin/stdout/stderr
memoryWriteLong(ioptr, mpi + 0x1c);
// device table
memoryWriteLong(devptr, mpi + 0x20);
return 0;
}