| Submitter | Evgeny Voevodin |
|---|---|
| Date | Oct. 23, 2012, 6:21 a.m. |
| Message ID | <1350973278-2236-2-git-send-email-e.voevodin@samsung.com> |
| Download | mbox | patch |
| Permalink | /patch/193364/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/tcg/tcg.h b/tcg/tcg.h index 45e94f5..43b4317 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -422,6 +422,12 @@ struct TCGContext { int temps_in_use; int goto_tb_issue_mask; #endif + + uint16_t gen_opc_buf[OPC_BUF_SIZE]; + TCGArg gen_opparam_buf[OPPARAM_BUF_SIZE]; + + uint16_t *gen_opc_ptr; + TCGArg *gen_opparam_ptr; }; extern TCGContext tcg_ctx;