From 5cb74cfef58d8122b3ec19c7b11e2e7e5398595b Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 13 Jun 1995 17:57:26 +0000 Subject: [PATCH] * armos.c (ARMul_OSHandleSWI): New version to work with newlib simply. --- sim/arm/README.Cygnus | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim/arm/README.Cygnus b/sim/arm/README.Cygnus index 14dd5b4c0a..adfb766451 100644 --- a/sim/arm/README.Cygnus +++ b/sim/arm/README.Cygnus @@ -15,8 +15,8 @@ It should be possible (barring major changes in the layout of the armulator) to upgrade the simulator by copying all the files out of a release into this directory and renaming the Makefile. -(Except that I changed armos.c to understand our fcntl flags -and made it possible to set breakpoints simply) +(Except that I changed armos.c to work more simply with our +simulator rigs) Steve