summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/instruction/1881450
blob: 02ea0c99b15d3e16efce4b079d7a7d20972963a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
instruction: 0.658
runtime: 0.254
syscall: 0.087



Emulation of a math function fails for m68k Linux user mode

Please check the attached math-example.c file.
When running the m68k executable under QEMU, it results in an "Illegal instruction" error.
Other targets don't produce this error.

Steps to reproduce the bug:

1. Download the math-example.c attached file.
2. Compile it by running:
        m68k-linux-gnu-gcc -O2 -static math-example.c -o math-example-m68k -lm
3. Run the executable with QEMU:
        /build/qemu-5.0.0/build-gcc/m68k-linux-user/qemu-m68k math-example-m68k 

The output of execution is:
        Profiling function expm1f():
        qemu: uncaught target signal 4 (Illegal instruction) - core dumped
        Illegal instruction (core dumped)

Expected output:
        Profiling function expm1f():
          Elapsed time: 47 ms
          Control result: 71804.953125