|
@@ -757,10 +757,6 @@ void *tcg_malloc_internal(TCGContext *s, int size);
|
|
void tcg_pool_reset(TCGContext *s);
|
|
void tcg_pool_reset(TCGContext *s);
|
|
TranslationBlock *tcg_tb_alloc(TCGContext *s);
|
|
TranslationBlock *tcg_tb_alloc(TCGContext *s);
|
|
|
|
|
|
-void tb_lock(void);
|
|
|
|
-void tb_unlock(void);
|
|
|
|
-void tb_lock_reset(void);
|
|
|
|
-
|
|
|
|
/* Called with tb_lock held. */
|
|
/* Called with tb_lock held. */
|
|
static inline void *tcg_malloc(int size)
|
|
static inline void *tcg_malloc(int size)
|
|
{
|
|
{
|