source:
vbox/trunk/src/recompiler/dyngen-op.h@
13005
最後變更 在這個檔案從13005是 1,由 提交於 55 年 前 | |
---|---|
|
|
檔案大小: 162 位元組 |
行 | |
---|---|
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 | } |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器