Fix GC scanning of registers on x86_64 architectures. by rbehrends · Pull Request #2671 · nim-lang/Nim

It is possible for jmp_buf to not be word-aligned or addresses in the register dump to not be word-aligned. This can result in either addresses in registers being missed or even addresses on the st...