]> Git Repo - qemu.git/commit
accel/tcg: Split out setjmp_gen_code
authorRichard Henderson <[email protected]>
Sun, 6 Nov 2022 00:12:33 +0000 (11:12 +1100)
committerRichard Henderson <[email protected]>
Wed, 9 Nov 2022 01:29:03 +0000 (12:29 +1100)
commit344b63b380541a63c02ef7a8a6ae66cb0b6f0273
tree3c1652bd446d7eb53281147fe0ad72b06176e16b
parent35abb009b22e93e89cc627de74fa90339b680882
accel/tcg: Split out setjmp_gen_code

Isolate the code protected by setjmp.  Fixes:

translate-all.c: In function ‘tb_gen_code’:
translate-all.c:748:51: error: argument ‘cflags’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered]

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
accel/tcg/translate-all.c
This page took 0.025853 seconds and 4 git commands to generate.