diff mc-code-ia32.c @ 341:ca34f02b2056

ptr cache speed up
author kono
date Sat, 26 Jun 2004 11:09:11 +0900
parents 0150de6a3244
children 2b3946ee4fc9
line wrap: on
line diff
--- a/mc-code-ia32.c	Sat Jun 26 00:26:01 2004 +0900
+++ b/mc-code-ia32.c	Sat Jun 26 11:09:11 2004 +0900
@@ -341,6 +341,18 @@
     }
 }
 
+extern void
+use_ptr_cache(int r)
+{
+    error(-1);
+}
+
+extern void
+code_ptr_cache_def(int r,NMTBL *nptr)
+{
+    error(-1);
+}
+
 int 
 get_input_register_var(int i,NMTBL *nptr,int is_code)
 {