Mercurial > emacs
comparison etc/DEBUG @ 89909:68c22ea6027c
Sync to HEAD
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 16 Apr 2004 12:51:06 +0000 |
parents | 375f2633d815 |
children | ff0e824afa37 |
comparison
equal
deleted
inserted
replaced
89908:ee1402f7b568 | 89909:68c22ea6027c |
---|---|
645 register variable, but if it is only being stored in a register | 645 register variable, but if it is only being stored in a register |
646 temporarily, you will see an old value for it. Again, you need to | 646 temporarily, you will see an old value for it. Again, you need to |
647 look at the disassembly to determine which registers are being used, | 647 look at the disassembly to determine which registers are being used, |
648 and look at those registers directly, to see the actual current values | 648 and look at those registers directly, to see the actual current values |
649 of these variables. | 649 of these variables. |
650 | |
651 ;;; arch-tag: fbf32980-e35d-481f-8e4c-a2eca2586e6b |