Skip to content
Snippets Groups Projects
Commit a0415f64 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-01-22 12:06:43 by simonmar]

freebsd3 ==> freebsd
parent 0c0323ca
No related branches found
No related tags found
No related merge requests found
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* $Id: MBlock.c,v 1.13 1999/12/15 09:43:24 simonmar Exp $ * $Id: MBlock.c,v 1.14 2000/01/22 12:06:43 simonmar Exp $
* *
* (c) The GHC Team 1998-1999 * (c) The GHC Team 1998-1999
* *
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <windows.h> #include <windows.h>
#endif #endif
#if freebsd2_TARGET_OS || freebsd3_TARGET_OS #if freebsd2_TARGET_OS || freebsd_TARGET_OS
/* Executable is loaded from 0x0 /* Executable is loaded from 0x0
* Shared libraries are loaded at 0x2000000 * Shared libraries are loaded at 0x2000000
* Stack is at the top of the address space. The kernel probably owns * Stack is at the top of the address space. The kernel probably owns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment