Re: [PATCH v2] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"

2021-12-17 Thread Fabiano Rosas
Richard Henderson writes: > On 12/9/21 9:33 AM, Fabiano Rosas wrote: >> This reverts commit 336e91f85332dda0ede4c1d15b87a19a0fb898a2. >> >> It breaks the --disable-tcg build: >> >> ../target/ppc/excp_helper.c:463:29: error: implicit declaration of >> function ‘cpu_ldl_code’ [-Werror=implici

Re: [PATCH v2] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"

2021-12-15 Thread Cédric Le Goater
On 12/9/21 18:33, Fabiano Rosas wrote: This reverts commit 336e91f85332dda0ede4c1d15b87a19a0fb898a2. It breaks the --disable-tcg build: ../target/ppc/excp_helper.c:463:29: error: implicit declaration of function ‘cpu_ldl_code’ [-Werror=implicit-function-declaration] We should not have TCG

Re: [PATCH v2] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"

2021-12-11 Thread Richard Henderson
On 12/9/21 9:33 AM, Fabiano Rosas wrote: This reverts commit 336e91f85332dda0ede4c1d15b87a19a0fb898a2. It breaks the --disable-tcg build: ../target/ppc/excp_helper.c:463:29: error: implicit declaration of function ‘cpu_ldl_code’ [-Werror=implicit-function-declaration] We should not have TC