On Tue, 7 May 2019 12:56:55 -0500 Josh Poimboeuf jpoimboe@redhat.com wrote:
- .if \create_gap == 1
- /*
* If coming from kernel space, create a 6-word gap to allow the static
* call #BP handler to emulate a call instruction.
Might as well refer to it as the int3 handler, since that's what the rest of the code calls it. Also, no static calls yet :-) So:
s/static call #BP handler/int3 handler/
Done.
-- Steve