From 37141ac197eaefeae9dada0bcc1c429ff584df44 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 1 Sep 2006 23:48:25 +0000 Subject: GEMMA largely working. Fixed broken expressions with white space. --- gemma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gemma.h') diff --git a/gemma.h b/gemma.h index c7ccc1d..be0698f 100644 --- a/gemma.h +++ b/gemma.h @@ -45,7 +45,7 @@ void GEMMA_UpdateDisplay(GEMMA_View view); void GEMMA_Step(void); void GEMMA_StepOver(void); void GEMMA_Run(void); -void GEMMA_RunUntil(const char *expr); +void GEMMA_RunUntil(void); void GEMMA_Stop(void); void GEMMA_Interrupt(int nmi); -- cgit v1.2.3