VirtualBox

source: vbox/trunk/src/recompiler/dyngen-op.h@ 16560

Last change on this file since 16560 was 1, checked in by vboxsync, 54 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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.

© 2023 Oracle
ContactPrivacy policyTerms of Use