Sign in
llvm
/
llvm-project
/
refs/heads/users/cdevadas/combine-constrained-buffer-loads
/
.
/
lldb
/
test
/
API
/
riscv
/
break-undecoded
/
compressed.c
blob: a82ce9893cdb698e1bd6fe7c11063ebee83e7b5a [
file
] [
log
] [
blame
] [
edit
]
int
main
()
{
// This instruction is not valid, but we have an ability to set
// software breakpoint.
// This results in illegal instruction during execution, not fail to set
// breakpoint
asm
volatile
(
".2byte 0xaf"
);
}