From 0b7a92a68b51385fa36c41c8376540e9501bf05e Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 1 Dec 1999 14:21:02 +0000 Subject: [PATCH] [project @ 1999-12-01 14:21:02 by simonmar] Remove empty sections for arch's supported in StgCRun.c. --- ghc/rts/StgRun.S | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/ghc/rts/StgRun.S b/ghc/rts/StgRun.S index a2ba9ef..ca945b7 100644 --- a/ghc/rts/StgRun.S +++ b/ghc/rts/StgRun.S @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgRun.S,v 1.3 1999/11/02 15:06:04 simonmar Exp $ + * $Id: StgRun.S,v 1.4 1999/12/01 14:21:02 simonmar Exp $ * * Tiny assembler 'layer' between the C and STG worlds. * @@ -107,16 +107,4 @@ StgReturn: #endif /* i386_TARGET_ARCH */ -/* ----------------------------------------------------------------------------- - Alpha architecture - -------------------------------------------------------------------------- */ - -/* ----------------------------------------------------------------------------- - hppa1.1-hp-hpux architecture - -------------------------------------------------------------------------- */ - -/* ----------------------------------------------------------------------------- - MIPS architecture - -------------------------------------------------------------------------- */ - #endif /* !USE_MINIINTERPRETER */ -- 1.7.10.4