Re: [PATCH for-5.1] target/hppa: Free some temps in do_sub

2020-07-20 Thread svens
Hi, On Mon, Jul 20, 2020 at 10:40:39AM -0700, Richard Henderson wrote: > Two temps allocated but not freed. Do enough subtractions > within a single TB and one can run out of temps entirely. > > Cc: qemu-sta...@nongnu.org > Buglink: https://bugs.launchpad.net/qemu/+bug/1880287 > Signed-off-by: R

Re: [PATCH for-5.1] target/hppa: Free some temps in do_sub

2020-07-20 Thread Philippe Mathieu-Daudé
On 7/20/20 7:40 PM, Richard Henderson wrote: > Two temps allocated but not freed. Do enough subtractions > within a single TB and one can run out of temps entirely. > > Cc: qemu-sta...@nongnu.org Fixes: b2167459ae ("target-hppa: Implement basic arithmetic") > Buglink: https://bugs.launchpad.net

[PATCH for-5.1] target/hppa: Free some temps in do_sub

2020-07-20 Thread Richard Henderson
Two temps allocated but not freed. Do enough subtractions within a single TB and one can run out of temps entirely. Cc: qemu-sta...@nongnu.org Buglink: https://bugs.launchpad.net/qemu/+bug/1880287 Signed-off-by: Richard Henderson --- target/hppa/translate.c | 2 ++ 1 file changed, 2 insertions(