From 2b6b2c6d8e9c4c08b6a15afc4fc93f3e9ee8e544 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 3 Sep 1996 17:15:16 +0000 Subject: [PATCH] Fix typpppo --- sim/v850/interp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/v850/interp.c b/sim/v850/interp.c index b99dea69b6..bb7aa9bc6e 100644 --- a/sim/v850/interp.c +++ b/sim/v850/interp.c @@ -417,7 +417,7 @@ sim_set_callbacks(p) v850_callback = p; } -/* All the code for exiting, signals, etc needs to be revamped. */ +/* All the code for exiting, signals, etc needs to be revamped. This is enough to get c-torture limping though. */ void -- 2.34.1