summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/output/instruction/2696
blob: 43f5a4ab56850dac308b51abae406bfaedbddf4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
instruction: 0.656
runtime: 0.197
syscall: 0.147



qemu-hexagon 9.2.0-rc1 hits unreachable assertion in decode_insns() on invalid instruction
Description of problem:
```
❯ cat start.s
.globl _start
_start: .word 0
❯ clang start.s -target hexagon-linux -nostdlib -fuse-ld=lld
❯ qemu-hexagon ./a.out
**
ERROR:../target/hexagon/decode.c:492:decode_insns: code should not be reached
Bail out! ERROR:../target/hexagon/decode.c:492:decode_insns: code should not be reached
```