On 27.01.2014, at 20:34, Tom Musta wrote:
> On 1/27/2014 12:46 PM, Alexander Graf wrote:
>>> static inline void gen_bcond(DisasContext *ctx, int type)
{
@@ -3756,10 +3757,12 @@ static inline void gen_bcond(DisasContext *ctx,
int type)
TCGv target;
ctx->excep
On 1/27/2014 12:46 PM, Alexander Graf wrote:
>> static inline void gen_bcond(DisasContext *ctx, int type)
>> > {
>> > @@ -3756,10 +3757,12 @@ static inline void gen_bcond(DisasContext *ctx,
>> > int type)
>> > TCGv target;
>> >
>> > ctx->exception = POWERPC_EXCP_BRANCH;
>> > -if (type
On 27.01.2014, at 18:54, Tom Musta wrote:
> This patch adds the Branch Conditional to Address Register (bctar)
> instruction.
>
> Signed-off-by: Tom Musta
> ---
> target-ppc/translate.c | 11 ++-
> 1 files changed, 10 insertions(+), 1 deletions(-)
>
> diff --git a/target-ppc/translat