# recalc\_spd

```
Recalculate SP delta for an instruction that stops execution.
     cur_ea  - linear address of the current instruction
returns: 1 - new stkpnt is added, 0 - nothing is changed

success recalc_spd(cur_ea);
```
