Skip to content
Snippets Groups Projects
Commit 5fc4061d authored by wlott's avatar wlott
Browse files

Fixed the case where we were iterating from the right to the left and we

only needed to read one word of the source to compute the rightmost dst
word.  We were reading two words which made load seg-fault because next src
word was on a different page (that wasn't mapped in).
parent 0c18a209
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment