Svista corretta
This commit is contained in:
parent
ca2bdec5d4
commit
fdb31afeb4
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ int op_ms(istruzione *i)
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
return -1; /* Errore */
|
return -1; /* Errore */
|
||||||
len += 10 * r;
|
len += 10 * r;
|
||||||
len = estrai_cifra(ms->L[0]) + 10 * estrai_cifra(ms->L[1]);
|
|
||||||
ind = estrai_indirizzo(ms->I);
|
ind = estrai_indirizzo(ms->I);
|
||||||
if (ind == (uint32_t)(-1))
|
if (ind == (uint32_t)(-1))
|
||||||
return -1; /* Errore */
|
return -1; /* Errore */
|
||||||
|
|
Loading…
Reference in a new issue