Fix units for cc_entry_to_block_offset/cc_return_to_block_offset.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 25 Aug 2019 15:09:11 +0000 (15:09 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 25 Aug 2019 19:11:54 +0000 (19:11 +0000)
commit35bd3efcdd36d355d8432ec45a85f6df68667723
treea79e489dffe08683dce48c3c988a76b84d073de1
parent0fbe3181f7630cf1258bf019fce0504728bdb9f8
Fix units for cc_entry_to_block_offset/cc_return_to_block_offset.

It would make more sense for the compiler to generate debug data
labels in instruction units, but this is a simpler change and is what
was done in the past on machines like mips with 32-bit aligned
instructions.

aarch64 now has functioning debug data!
src/microcode/cmpint.c