* [Qemu-devel] [PATCH] target-mips: Add enum for BREAK32
@ 2015-10-02 16:50 Yongbok Kim
2015-10-06 13:16 ` Leon Alrae
2015-10-08 16:41 ` Aurelien Jarno
0 siblings, 2 replies; 3+ messages in thread
From: Yongbok Kim @ 2015-10-02 16:50 UTC (permalink / raw)
To: qemu-devel; +Cc: leon.alrae, aurelien
Add enum for BREAK32
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
---
target-mips/translate.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/target-mips/translate.c b/target-mips/translate.c
index 87d4959..4a47c2d 100644
--- a/target-mips/translate.c
+++ b/target-mips/translate.c
@@ -12012,6 +12012,7 @@ enum {
MODU = 0x7,
/* The following can be distinguished by their lower 6 bits. */
+ BREAK32 = 0x07,
INS = 0x0c,
LSA = 0x0f,
ALIGN = 0x1f,
@@ -13632,7 +13633,7 @@ static void decode_micromips32_opc(CPUMIPSState *env, DisasContext *ctx)
case POOL32AXF:
gen_pool32axf(env, ctx, rt, rs);
break;
- case 0x07:
+ case BREAK32:
generate_exception_end(ctx, EXCP_BREAK);
break;
default:
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] target-mips: Add enum for BREAK32
2015-10-02 16:50 [Qemu-devel] [PATCH] target-mips: Add enum for BREAK32 Yongbok Kim
@ 2015-10-06 13:16 ` Leon Alrae
2015-10-08 16:41 ` Aurelien Jarno
1 sibling, 0 replies; 3+ messages in thread
From: Leon Alrae @ 2015-10-06 13:16 UTC (permalink / raw)
To: Yongbok Kim, qemu-devel; +Cc: aurelien
On 02/10/15 17:50, Yongbok Kim wrote:
> Add enum for BREAK32
>
> Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
> ---
> target-mips/translate.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] target-mips: Add enum for BREAK32
2015-10-02 16:50 [Qemu-devel] [PATCH] target-mips: Add enum for BREAK32 Yongbok Kim
2015-10-06 13:16 ` Leon Alrae
@ 2015-10-08 16:41 ` Aurelien Jarno
1 sibling, 0 replies; 3+ messages in thread
From: Aurelien Jarno @ 2015-10-08 16:41 UTC (permalink / raw)
To: Yongbok Kim; +Cc: leon.alrae, qemu-devel
On 2015-10-02 17:50, Yongbok Kim wrote:
> Add enum for BREAK32
>
> Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
> ---
> target-mips/translate.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
--
Aurelien Jarno GPG: 4096R/1DDD8C9B
aurelien@aurel32.net http://www.aurel32.net
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-08 17:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 16:50 [Qemu-devel] [PATCH] target-mips: Add enum for BREAK32 Yongbok Kim
2015-10-06 13:16 ` Leon Alrae
2015-10-08 16:41 ` Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).