diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-27 22:08:17 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-27 22:08:17 +0200 |
commit | d9e42ac54b5354dfa035937f1cf7f3b0d054068f (patch) | |
tree | 8f102f2e3e34f354829aa381f26138530d5582b1 /NEWS | |
parent | fb29ac5c2628375485752677a89043fa6b20a91d (diff) | |
download | mdk-d9e42ac54b5354dfa035937f1cf7f3b0d054068f.tar.gz mdk-d9e42ac54b5354dfa035937f1cf7f3b0d054068f.tar.bz2 |
Fix for off-by-one bug in I-register modification breakpoints
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ Please send mdk bug reports to bug-mdk@gnu.org. ** Bug fixes: - mixvm: the instruction MOVE with F=0 is interpreted correctly as - a NOP (#31010) + a NOP (#31010). + - debugger: breakpoints for I register modification fixed. - Manual: download info updated to point to Git repositories (#29524). - Compilation without Guile works again (#28086) |