VirtualBox

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

最後變更 在這個檔案從13633是 1,由 vboxsync 提交於 55 年 前

import

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 162 位元組
 
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}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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