VirtualBox

source: vbox/trunk/src/recompiler_new/dyngen-op.h@ 17101

Last change on this file since 17101 was 17040, checked in by vboxsync, 16 years ago

recompiler_new: svn properties.

  • Property svn:eol-style set to native
File size: 162 bytes
Line 
1static inline int gen_new_label(void)
2{
3 return nb_gen_labels++;
4}
5
6static 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette