repo.or.cz
/
qemu
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initialize physical memory space to IO_MEM_UNASSIGNED.
[qemu/mini2440.git]
/
dyngen-op.h
blob
f77a4756f77f91de472a2326d7c20d704344bf99
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
}