repo.or.cz
/
qemu
/
agraf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s390-ccw.img: replace while loop with a disabled wait on s390 bios
[qemu/agraf.git]
/
tests
/
tcg
/
mips
/
mips64-dsp
/
head.S
blob
9a099ae42fbb18da06dbd2db1f56d0a12df984d9
1
/*
2
* Startup Code for MIPS64 CPU-core
3
*
4
*/
5
.text
6
.globl _start
7
.align 4
8
_start:
9
ori $2, $2, 0xffff
10
sll $2, $2, 16
11
ori $2, $2, 0xffff
12
mtc0 $2, $12, 0
13
jal main
14
15
end:
16
b end