Re: [PATCH-for-5.1 6/7] target/sparc/int32_helper: Remove DEBUG_PCALL definition

2020-04-01 Thread KONRAD Frederic
Le 3/31/20 à 12:50 PM, Philippe Mathieu-Daudé a écrit : We define DEBUG_PCALL since b884fc5e (2012-10-06). 7.5 years later it is safe to assume we can remove it :) Signed-off-by: Philippe Mathieu-Daudé --- target/sparc/int32_helper.c | 5 - 1 file changed, 5 deletions(-) diff --git a

[PATCH-for-5.1 6/7] target/sparc/int32_helper: Remove DEBUG_PCALL definition

2020-03-31 Thread Philippe Mathieu-Daudé
We define DEBUG_PCALL since b884fc5e (2012-10-06). 7.5 years later it is safe to assume we can remove it :) Signed-off-by: Philippe Mathieu-Daudé --- target/sparc/int32_helper.c | 5 - 1 file changed, 5 deletions(-) diff --git a/target/sparc/int32_helper.c b/target/sparc/int32_helper.c inde