* src/vm/jit/x86_64/md.c (md_cacheflush): New method.
authortwisti <none@none>
Thu, 16 Mar 2006 15:36:49 +0000 (15:36 +0000)
committertwisti <none@none>
Thu, 16 Mar 2006 15:36:49 +0000 (15:36 +0000)
src/vm/jit/x86_64/md.c

index 555ea37c3a32adb46714287399f7ee8cf1429fee..9eb2ea5354c25b49adeb187eef20411249a98abb 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes: Edwin Steiner
 
 
    Changes: Edwin Steiner
 
-   $Id: md.c 4623 2006-03-16 00:05:18Z edwin $
+   $Id: md.c 4637 2006-03-16 15:36:49Z twisti $
 
 */
 
 
 */
 
@@ -179,6 +179,19 @@ u1 *md_codegen_findmethod(u1 *ra)
 }
 
 
 }
 
 
+/* md_cacheflush ***************************************************************
+
+   Calls the system's function to flush the instruction and data
+   cache.
+
+*******************************************************************************/
+
+void md_cacheflush(u1 *addr, s4 nbytes)
+{
+       /* do nothing */
+}
+
+
 /* md_patch_replacement_point **************************************************
 
    Patch the given replacement point.
 /* md_patch_replacement_point **************************************************
 
    Patch the given replacement point.