author | Rhys Weatherley <rweather@southern-storm.com.au> | 2004年05月21日 23:32:32 +0000 |
---|---|---|
committer | Rhys Weatherley <rweather@southern-storm.com.au> | 2004年05月21日 23:32:32 +0000 |
commit | a0eb7f57228a666a367b52d0a50c320910597b5c (patch) | |
tree | 8a16bf72598a025f50605673eb1ed76919666f70 /jit/jit-internal.h | |
parent | e1bd1891df9888250844d829bd039b673efd60f2 (diff) | |
download | libjit-a0eb7f57228a666a367b52d0a50c320910597b5c.tar.gz |
-rw-r--r-- | jit/jit-internal.h | 4 |
diff --git a/jit/jit-internal.h b/jit/jit-internal.h index 9f1974a..1dec549 100644 --- a/jit/jit-internal.h +++ b/jit/jit-internal.h @@ -291,6 +291,10 @@ struct _jit_builder /* The current block that is being constructed */ jit_block_t current_block; + /* The position to insert initialization blocks */ + jit_block_t init_block; + int init_insn; + /* Exception handlers for the function */ jit_block_eh_t exception_handlers; jit_block_eh_t current_handler; |