diff options
Diffstat (limited to 'results/classifier/zero-shot-user-mode/syscall/2569')
| -rw-r--r-- | results/classifier/zero-shot-user-mode/syscall/2569 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/syscall/2569 b/results/classifier/zero-shot-user-mode/syscall/2569 new file mode 100644 index 00000000..7a691ae7 --- /dev/null +++ b/results/classifier/zero-shot-user-mode/syscall/2569 @@ -0,0 +1,11 @@ +syscall: 0.549 +instruction: 0.312 +runtime: 0.139 + + + +The alpha target doesn't support tcg plugin register tracking due to missing XML +Description of problem: +There is no register tracking because we build our register list based on XML and there was no XML for alpha because its so old. We could synthesise one to cover the register to fix this. +Steps to reproduce: +1. ./qemu-alpha -d plugin -plugin ./contrib/plugins/libexeclog.so,reg=\* ./tests/tcg/alpha-linux-user/hello-alpha |