Searched hist:bef16ab4e641636b4e85c3d863b4257ce0be4e6f (Results 1 – 3 of 3) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | bef16ab4e641636b4e85c3d863b4257ce0be4e6f Thu Feb 07 13:26:40 UTC 2019 Richard Henderson <richard.henderson@linaro.org> tcg: Diagnose referenced labels that have not been emitted
Currently, a jump to a label that is not defined anywhere will be emitted not be relocated. This results in a jump to a random jump target. With tcg debugging, print a diagnostic to the -d op file and abort.
This could help debug or detect errors like c2d9644e6d ("target/arm: Fix crash on conditional instruction in an IT block")
Reported-by: Roman Kapl <code@rkapl.cz> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg.h | bef16ab4e641636b4e85c3d863b4257ce0be4e6f Thu Feb 07 13:26:40 UTC 2019 Richard Henderson <richard.henderson@linaro.org> tcg: Diagnose referenced labels that have not been emitted
Currently, a jump to a label that is not defined anywhere will be emitted not be relocated. This results in a jump to a random jump target. With tcg debugging, print a diagnostic to the -d op file and abort.
This could help debug or detect errors like c2d9644e6d ("target/arm: Fix crash on conditional instruction in an IT block")
Reported-by: Roman Kapl <code@rkapl.cz> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | tcg.c | bef16ab4e641636b4e85c3d863b4257ce0be4e6f Thu Feb 07 13:26:40 UTC 2019 Richard Henderson <richard.henderson@linaro.org> tcg: Diagnose referenced labels that have not been emitted
Currently, a jump to a label that is not defined anywhere will be emitted not be relocated. This results in a jump to a random jump target. With tcg debugging, print a diagnostic to the -d op file and abort.
This could help debug or detect errors like c2d9644e6d ("target/arm: Fix crash on conditional instruction in an IT block")
Reported-by: Roman Kapl <code@rkapl.cz> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|