source:
trunk/packages/xen-common/xen-common/tools/ioemu/dyngen-op.h
@
34
Last change on this file since 34 was 34, checked in by hartmans, 17 years ago | |
---|---|
File size: 162 bytes |
Line | |
---|---|
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 | } |
Note: See TracBrowser
for help on using the repository browser.