projects
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix >4G physical memory dump for Sparc32
[qemu.git]
/
dyngen-op.h
1
static inline int gen_new_label(void)
2
{
3
return nb_gen_labels++;
4
}
5
6
static inline void gen_set_label(int n)
7
{
8
gen_labels[n] = gen_opc_ptr - gen_opc_buf;
9
}
This page took
0.020708 seconds
and
4
git commands to generate.