dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
184 stars 80 forks source link

step_pushm_popm not use is_aword #106

Open zhaoleicpp opened 3 years ago

zhaoleicpp commented 3 years ago

In function step_pushm_popm in file sim.c, is_aword is not used. when is_aword is 0, awrod is pushed/poped otherwise word is done.