/[gxemul]/trunk/src/promemul/of.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/promemul/of.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 37 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 38 by dpavlin, Mon Oct 8 16:21:53 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: of.c,v 1.22 2007/02/16 17:17:51 debug Exp $   *  $Id: of.c,v 1.23 2007/03/24 06:40:16 debug Exp $
29   *   *
30   *  OpenFirmware emulation.   *  OpenFirmware emulation.
31   *   *
# Line 497  static struct of_device *of_add_device(s Line 497  static struct of_device *of_add_device(s
497  bad:  bad:
498          fatal("of_add_device(): out of memory\n");          fatal("of_add_device(): out of memory\n");
499          exit(1);          exit(1);
500    
501            return NULL;    /*  Silences a compiler warning  */
502  }  }
503    
504    
# Line 1067  struct of_data *of_emul_init(struct mach Line 1069  struct of_data *of_emul_init(struct mach
1069  bad:  bad:
1070          fatal("of_emul_init(): out of memory\n");          fatal("of_emul_init(): out of memory\n");
1071          exit(1);          exit(1);
1072    
1073            return NULL;    /*  Silences a compiler warning  */
1074  }  }
1075    
1076    

Legend:
Removed from v.37  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26