summary refs log tree commit diff
path: root/amd64/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'amd64/all.h')
-rw-r--r--amd64/all.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amd64/all.h b/amd64/all.h
index 3a2db0e..f6ad227 100644
--- a/amd64/all.h
+++ b/amd64/all.h
@@ -67,4 +67,5 @@ void amd64_sysv_abi(Fn *);
 void amd64_isel(Fn *);
 
 /* emit.c */
-void amd64_emitfn(Fn *, FILE *);
+void amd64_sysv_emitfn(Fn *, FILE *);
+void amd64_apple_emitfn(Fn *, FILE *);