cpu_exec_ecoff_hook() returns a errno

This commit is contained in:
glass 1994-06-01 04:50:30 +00:00
parent 0ca1daa954
commit 8b1cefa2ee
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 8.3 (Berkeley) 1/12/94
* $Id: machdep.c,v 1.6 1994/05/30 07:26:19 glass Exp $
* $Id: machdep.c,v 1.7 1994/06/01 04:50:30 glass Exp $
*/
/* from: Utah Hdr: machdep.c 1.63 91/04/24 */
@ -2168,6 +2168,7 @@ cpu_exec_ecoff_hook(p, epp, eap)
{
epp->ep_emul = EMUL_ULTRIX;
epp->ep_setup = cpu_exec_ecoff_setup;
return 0;
}