Fixed an additional warning.

This commit is contained in:
SarahW 2017-04-11 19:53:06 +01:00
commit 8c7959b3d5

View file

@ -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();