~jderose/ubuntu/raring/qemu/vde-again

« back to all changes in this revision

Viewing changes to dyngen-op.h

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno, Aurelien Jarno
  • Date: 2008-08-25 04:38:35 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080825043835-8e3tftavy8bujdch
Tags: 0.9.1-6
[ Aurelien Jarno ]
* debian/control: 
  - Update list of supported targets (Closes: bug#488339).
* debian/qemu-make-debian-root:
  - Use mktemp instead of $$ to create temporary directories (Closes: 
    bug#496394).
* debian/links:
  - Add missing links to manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}