From 8c7959b3d5228584dec97841f86422992e424248 Mon Sep 17 00:00:00 2001 From: SarahW Date: Tue, 11 Apr 2017 19:53:06 +0100 Subject: [PATCH] Fixed an additional warning. --- src/808x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/808x.c b/src/808x.c index 80d5973..8a0abeb 100644 --- a/src/808x.c +++ b/src/808x.c @@ -822,7 +822,7 @@ void rep(int fv) uint16_t tempw,tempw2; uint16_t ipc = cpu_state.oldpc;//pc-1; int changeds=0; - uint32_t oldds; + uint32_t oldds = ds; startrep: temp=FETCH();