* src/vm/jit/i386/emit.c (i386_call_mem): Removed.
authortwisti <none@none>
Mon, 10 Jul 2006 14:42:16 +0000 (14:42 +0000)
committertwisti <none@none>
Mon, 10 Jul 2006 14:42:16 +0000 (14:42 +0000)
src/vm/jit/i386/emit.c

index de6f6cae02667502aaba044b26d1da6a2cfcf3b0..9331bc93fec607bb7f66b0b4b864d5a5500162b8 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: emit.c 4849 2006-04-26 14:09:15Z twisti $
+   $Id: emit.c 5102 2006-07-10 14:42:16Z twisti $
 
 */
 
@@ -1131,13 +1131,6 @@ void i386_call_imm(codegendata *cd, s4 imm)
 }
 
 
-void i386_call_mem(codegendata *cd, s4 mem)
-{
-       *(cd->mcodeptr++) = 0xff;
-       i386_emit_mem(2,(mem));
-}
-
-
 
 /*
  * floating point instructions