summaryrefslogtreecommitdiff
path: root/cgcodep.h
diff options
context:
space:
mode:
authorJohn van Groningen2005-12-06 11:13:52 +0000
committerJohn van Groningen2005-12-06 11:13:52 +0000
commit2480a3a0a20c69f9da531e9d68c711e3b9e8a227 (patch)
tree6acab570ed2e72ebad8a7481330df165e3006ac5 /cgcodep.h
parentadd passing of float argument in ccall for the PowerPC (diff)
add pushLc instruction for pushing the value of a label, with
a '_' or '.' added at the beginning if this is specified in the c ABI for this platform
Diffstat (limited to 'cgcodep.h')
-rw-r--r--cgcodep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgcodep.h b/cgcodep.h
index 88b3a05..0f4a663 100644
--- a/cgcodep.h
+++ b/cgcodep.h
@@ -211,6 +211,7 @@ void code_pushF_a (int a_offset);
void code_pushI (LONG i);
void code_pushI_a (int a_offset);
void code_pushL (char *label_name);
+void code_pushLc (char *c_function_name);
void code_pushR (double r);
void code_pushR_a (int a_offset);
void code_pushzs (char *string,int length);