sim: bfin: se_all32bitopcodes: skip debug insns under the sim
authorMike Frysinger <vapier@gentoo.org>
Mon, 24 Jun 2013 01:52:33 +0000 (01:52 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 24 Jun 2013 01:52:33 +0000 (01:52 +0000)
commit7f5884f775222f5885ebcd4d86c04a5c7002d4f1
treed24dc9310c19e3a4b3efbe7862a22b1b11b7668b
parent531d5282c0dda68c4618e0353157e61723334711
sim: bfin: se_all32bitopcodes: skip debug insns under the sim

Since the sim has a few fake debug insns that the hardware does not, we
need to check for those before attempting to run them.  Otherwise we'll
randomly trigger the sim debug asserts/aborts/halts insns.  On the
hardware, these are proper invalid insns, and the table catches that.
sim/testsuite/sim/bfin/ChangeLog
sim/testsuite/sim/bfin/se_all32bitopcodes.S
This page took 0.026371 seconds and 4 git commands to generate.