Fixed an additional warning.
This commit is contained in:
parent
2b892d2a7a
commit
8c7959b3d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue