blob: d21ffd77e1daa015481ac99e45db0c94a4711dfb (
plain)
1
2
3
4
5
6
7
8
|
# mach: crisv3 crisv8 crisv10
# xerror:
# output: General register read of PC is not implemented.\n
# output: program stopped with signal 5 (*).\n
.include "testutils.inc"
start
mstep pc,r2
|