Le 06/05/2016 à 18:42, Richard Henderson a écrit :
> On 05/04/2016 10:11 AM, Laurent Vivier wrote:
>> +INSN(bkpt, 4848, fff8, M68000);
>
> Do we care that this comes in with 68010 not 68000?
Yes, you're right: I'm adding M68K_FEATURE_BKPT to enable it only on 68010+
> Otherwise,
>
>
On 05/04/2016 10:11 AM, Laurent Vivier wrote:
+INSN(bkpt, 4848, fff8, M68000);
Do we care that this comes in with 68010 not 68000?
Otherwise,
Reviewed-by: Richard Henderson
r~
Signed-off-by: Laurent Vivier
---
target-m68k/translate.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/target-m68k/translate.c b/target-m68k/translate.c
index bad07a5..e2555f6 100644
--- a/target-m68k/translate.c
+++ b/target-m68k/translate.c
@@ -1441,6 +1441,11 @@ DISAS_INSN(swap)