blob: b06932e5793a3f943987bbf4b94b39cb0d4020b9 (
plain)
1
2
3
4
5
6
7
8
9
|
# mach: crisv3 crisv8 crisv10
# xerror:
# output: General register read of PC is not implemented.\nprogram stopped with signal 5 (*).\n
.include "testutils.inc"
startnostack
setf
test.b pc
quit
|