mirror of
https://github.com/ksherlock/mpw.git
synced 2024-12-22 00:29:18 +00:00
fix mpw - dev ptr is needed in MacProgramInfo
This commit is contained in:
parent
a737da619d
commit
f7800ece1e
@ -286,6 +286,9 @@ namespace MPW
|
||||
// io table - stdin/stdout/stderr
|
||||
memoryWriteLong(ioptr, mpi + 0x1c);
|
||||
|
||||
// device table
|
||||
memoryWriteLong(devptr, mpi + 0x20);
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user