summaryrefslogtreecommitdiff
path: root/cginstructions.h
diff options
context:
space:
mode:
authorJohn van Groningen2007-09-03 11:36:26 +0000
committerJohn van Groningen2007-09-03 11:36:26 +0000
commitea47abaa80ee302b0c727bf1af7a0e4b579f0c37 (patch)
tree9d45255449d9518d1b9dae080d6b1a68a5143189 /cginstructions.h
parentadd real, string and unboxed array of int and real for centry on win64 (diff)
fix typo (#ifdef G_AI64 instead of g_load_s_x)
Diffstat (limited to 'cginstructions.h')
-rw-r--r--cginstructions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cginstructions.h b/cginstructions.h
index e75f23b..1d3fd7e 100644
--- a/cginstructions.h
+++ b/cginstructions.h
@@ -35,7 +35,7 @@ extern INSTRUCTION_GRAPH g_load_x (INSTRUCTION_GRAPH graph_1,int offset,int shif
extern INSTRUCTION_GRAPH g_load_b_id (int offset,INSTRUCTION_GRAPH graph_1);
extern INSTRUCTION_GRAPH g_load_des_i (LABEL *descriptor_label,int arity);
extern INSTRUCTION_GRAPH g_load_des_id (int offset,INSTRUCTION_GRAPH graph_1);
-#ifdef g_load_s_x
+#ifdef G_AI64
extern INSTRUCTION_GRAPH g_load_s_x (INSTRUCTION_GRAPH graph_1,int offset,int shift,INSTRUCTION_GRAPH graph_2);
#endif
extern INSTRUCTION_GRAPH g_movem (int offset,INSTRUCTION_GRAPH graph_1,int n);