From 2480a3a0a20c69f9da531e9d68c711e3b9e8a227 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Tue, 6 Dec 2005 11:13:52 +0000 Subject: 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 --- cgcodep.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgcodep.h') 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); -- cgit v1.2.3