libcody: Remove nop asm
authorNathan Sidwell <nathan@acm.org>
Thu, 17 Dec 2020 13:31:42 +0000 (05:31 -0800)
committerNathan Sidwell <nathan@acm.org>
Thu, 17 Dec 2020 13:35:37 +0000 (05:35 -0800)
commit5357b1620c547a6f2bd81e7868c800e2eee97e51
treea1dde71cf2de7f5c4014032a1a259212fb2851d1
parent4e7e7c132619aa58a50edd38d25bd3f885e97d8a
libcody: Remove nop asm

This asm was a useful place for gdb to drop a breakpoint and make it
clear where you were when debugging.  I took a punt that 'surely every
arch has a nop instruction'. Well, no, some apparently have nops with
operands (what, do nothing harder? :)

libcody/
* fatal.cc (HCF): Remove nop breakpoint lander.
libcody/fatal.cc