From 6d143de55938f32f1f53df4526e3ce869a3039ef Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 18 Dec 2008 16:12:51 +0000 Subject: add pushZ, pushZR and jmp_not_eqZ --- cgcode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgcode.h') diff --git a/cgcode.h b/cgcode.h index 8b778ca..164668a 100644 --- a/cgcode.h +++ b/cgcode.h @@ -31,6 +31,7 @@ extern INSTRUCTION_GRAPH g_fload (int offset,int stack); extern INSTRUCTION_GRAPH g_instruction_1 (int instruction_code,INSTRUCTION_GRAPH graph_1); extern INSTRUCTION_GRAPH g_instruction_2 (int instruction_code,INSTRUCTION_GRAPH graph_1,INSTRUCTION_GRAPH graph_2); extern INSTRUCTION_GRAPH g_new_node (int,int,int); +extern INSTRUCTION_GRAPH g_create_unboxed_int_array (int n_elements); #ifdef G_A64 # define g_fromf(g1) g_instruction_1(GFROMF,(g1)) -- cgit v1.2.3