mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
|
# v850 test framework
|
||
|
# mach: all
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
# This just makes sure that a passing test will pass.
|
||
|
|
||
|
seti 0x12345678, r1
|
||
|
|
||
|
reg r1, 0x12345678
|
||
|
|
||
|
pass
|