We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d158c89 commit 2d4fbadCopy full SHA for 2d4fbad
arch/riscv/kernel/kgdb.c
@@ -257,9 +257,7 @@ void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc)
257
noinline void arch_kgdb_breakpoint(void)
258
{
259
asm(".global kgdb_compiled_break\n"
260
- ".option norvc\n"
261
- "kgdb_compiled_break: ebreak\n"
262
- ".option rvc\n");
+ "kgdb_compiled_break: ebreak\n");
263
}
264
265
void kgdb_arch_handle_qxfer_pkt(char *remcom_in_buffer,
0 commit comments